diff --git a/.github/workflows/CI.yaml b/.github/workflows/CI.yaml index e95eb4b3..13d8a2eb 100755 --- a/.github/workflows/CI.yaml +++ b/.github/workflows/CI.yaml @@ -28,7 +28,7 @@ jobs: fail-fast: false matrix: settings: - - host: macos-latest + - host: macos-14 target: x86_64-apple-darwin build: | yarn build @@ -57,7 +57,7 @@ jobs: set -e && yarn build && llvm-strip -x *.node - - host: macos-latest + - host: macos-14 target: aarch64-apple-darwin build: | sudo rm -Rf /Library/Developer/CommandLineTools/SDKs/*;