Skip to content

Commit

Permalink
Merge pull request #2534 from cta-observatory/macos_14
Browse files Browse the repository at this point in the history
Use macos 14 (apple arm) in CI
  • Loading branch information
maxnoe authored Apr 24, 2024
2 parents 7216207 + e9d2807 commit d7e67e6
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,11 +59,13 @@ jobs:
python-version: "3.12"
install-method: pip

- os: macos-latest
# macos 13 image is x86-based
- os: macos-13
python-version: "3.10"
install-method: pip

- os: macos-latest
# macos 14 image is arm64 based
- os: macos-14
python-version: "3.12"
install-method: mamba

Expand Down

0 comments on commit d7e67e6

Please sign in to comment.