Skip to content

Commit

Permalink
chore(ci): use macOS M1 machines
Browse files Browse the repository at this point in the history
macOS-14 now uses M1 machines. Let's see if the build speed and duration is worth the change.

Ref: https://github.blog/changelog/2024-01-30-github-actions-introducing-the-new-m1-macos-runner-available-to-open-source/
  • Loading branch information
yisibl committed Feb 1, 2024
1 parent a21b096 commit 0cae91e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/CI.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
fail-fast: false
matrix:
settings:
- host: macos-latest
- host: macos-14
target: x86_64-apple-darwin
build: |
yarn build
Expand Down Expand Up @@ -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/*;
Expand Down

0 comments on commit 0cae91e

Please sign in to comment.