Skip to content

Commit

Permalink
ci: fix
Browse files Browse the repository at this point in the history
  • Loading branch information
dongwlin committed Dec 11, 2024
1 parent 314b0f3 commit c5c947b
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,11 @@ jobs:
runs-on: macos-latest
strategy:
matrix:
arch: [aarch64, x86_64]
include:
- os: macos-13
arch: x86_64
- os: macos-14
arch: aarch64
fail-fast: false

steps:
Expand Down

0 comments on commit c5c947b

Please sign in to comment.