Skip to content

Commit

Permalink
Merge pull request #117 from micro-manager/fix-ci-macos-wheels
Browse files Browse the repository at this point in the history
Fix macOS CI
  • Loading branch information
marktsuchida authored May 24, 2024
2 parents f6d417e + 15ed019 commit 60f03c4
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 @@ -76,9 +76,9 @@ jobs:
matrix:
os: [ubuntu-22.04, windows-2022]
include:
- os: macos-11
- os: macos-12
macos_arch: "x86_64"
- os: macos-11
- os: macos-12
macos_arch: "arm64"

steps:
Expand Down

0 comments on commit 60f03c4

Please sign in to comment.