Skip to content

Commit

Permalink
Github actions:
Browse files Browse the repository at this point in the history
* Use macos-latest runner to build arm64 and macos-latest-large runner to build x86_64, as the github macos-latest runner now appears to correspond arm64 / M1 architecture.
  • Loading branch information
mikeov committed Dec 7, 2024
1 parent e17602a commit 0dbe124
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ jobs:
run: aws s3 cp build/qfs-*.tgz s3://quantcast-qfs

osx-build:
runs-on: macos-latest
runs-on: macos-latest-large
env:
BUILD_OS_NAME: osx
steps:
Expand Down Expand Up @@ -168,7 +168,7 @@ jobs:
run: aws s3 cp build/qfs-*.tgz s3://quantcast-qfs

osx-build-arm64:
runs-on: macos-latest-xlarge
runs-on: macos-latest
env:
BUILD_OS_NAME: osx
steps:
Expand Down

0 comments on commit 0dbe124

Please sign in to comment.