Skip to content

Commit

Permalink
macos latest for all ci runners
Browse files Browse the repository at this point in the history
  • Loading branch information
jackyzha0 committed Apr 4, 2024
1 parent 464986b commit f09c987
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,12 +27,12 @@ jobs:
fail-fast: false
matrix:
settings:
- host: macos-13
- host: macos-latest
target: x86_64-apple-darwin
build: |
bun run build
strip -x *.node
- host: macos-14
- host: macos-latest
target: aarch64-apple-darwin
build: |
bun run build
Expand Down

0 comments on commit f09c987

Please sign in to comment.