From 4748f1191b05486fee179a5ebe946ac6497dd4ea Mon Sep 17 00:00:00 2001 From: Delyan Angelov Date: Wed, 17 Apr 2024 17:03:22 +0300 Subject: [PATCH] ci: update the runner for build-macos-arm64 to `macos-14` too, so it runs on M1 --- .github/workflows/binary_artifact.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/binary_artifact.yml b/.github/workflows/binary_artifact.yml index 96a58d8558ad2d..38885202a024db 100644 --- a/.github/workflows/binary_artifact.yml +++ b/.github/workflows/binary_artifact.yml @@ -73,7 +73,7 @@ jobs: path: ${{ env.ZIPNAME }} build-macos-arm64: - runs-on: macos-latest + runs-on: macos-14 env: TARGET_CFLAGS: -target arm64-apple-darwin VFLAGS: -skip-unused -cc clang