From 0dbe12487b3998fb7debfff923ec25695966e0f4 Mon Sep 17 00:00:00 2001 From: Mike Ovsiannikov Date: Sat, 7 Dec 2024 14:35:47 -0800 Subject: [PATCH] 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. --- .github/workflows/build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 8a2c147bd..bdb1bd874 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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: @@ -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: