Skip to content

Commit

Permalink
ci: exclude macos 14 arm64
Browse files Browse the repository at this point in the history
  • Loading branch information
YOU54F committed Feb 23, 2024
1 parent 940932e commit d91aa58
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,7 @@ jobs:
macos-12,
windows-latest
]
include:
- arch: "amd64"
- os: "macos-14"
arch: "arm64"
arch: ["amd64"]
exclude:
- os: "macos-14"
arch: "arm64"
Expand Down

0 comments on commit d91aa58

Please sign in to comment.