Skip to content

Commit 0dbe124

Browse files
committed
Github actions:
* 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.
1 parent e17602a commit 0dbe124

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ jobs:
140140
run: aws s3 cp build/qfs-*.tgz s3://quantcast-qfs
141141

142142
osx-build:
143-
runs-on: macos-latest
143+
runs-on: macos-latest-large
144144
env:
145145
BUILD_OS_NAME: osx
146146
steps:
@@ -168,7 +168,7 @@ jobs:
168168
run: aws s3 cp build/qfs-*.tgz s3://quantcast-qfs
169169

170170
osx-build-arm64:
171-
runs-on: macos-latest-xlarge
171+
runs-on: macos-latest
172172
env:
173173
BUILD_OS_NAME: osx
174174
steps:

0 commit comments

Comments
 (0)