Skip to content

Commit

Permalink
Merge pull request #30402 from Expensify/andrew-desktop-intel
Browse files Browse the repository at this point in the history
Build MacOS Desktop from Intel machines in order to support x86
  • Loading branch information
marcaaron authored Oct 25, 2023
2 parents 3e4a079 + 2bd247b commit 0f1ad50
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .github/actionlint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,5 @@
self-hosted-runner:
labels:
- ubuntu-latest-xl
- macos-12-xl
- macos-13-xlarge
2 changes: 1 addition & 1 deletion .github/workflows/platformDeploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ jobs:
name: Build and deploy Desktop
needs: validateActor
if: ${{ fromJSON(needs.validateActor.outputs.IS_DEPLOYER) }}
runs-on: macos-13-xlarge
runs-on: macos-12-xl
steps:
- name: Checkout
uses: actions/checkout@v3
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/testBuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,7 @@ jobs:
if: ${{ fromJSON(needs.validateActor.outputs.READY_TO_BUILD) }}
env:
PULL_REQUEST_NUMBER: ${{ github.event.number || github.event.inputs.PULL_REQUEST_NUMBER }}
runs-on: macos-13-xlarge
runs-on: macos-12-xl
steps:
- name: Checkout
uses: actions/checkout@v3
Expand Down

0 comments on commit 0f1ad50

Please sign in to comment.