Skip to content

Commit

Permalink
ENH: Add ARM Mac to Pixi GitHub Action tests
Browse files Browse the repository at this point in the history
macos-14 GitHub Action runner is the ARM Mac system.
  • Loading branch information
thewtex committed Nov 11, 2024
1 parent 0306e8e commit 78a6cb7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pixi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
timeout-minutes: 0
strategy:
matrix:
os: [ubuntu-22.04, windows-2022, macos-13]
os: [ubuntu-22.04, windows-2022, macos-13, macos-14]
steps:
- name: Checkout
uses: actions/checkout@v4
Expand Down

0 comments on commit 78a6cb7

Please sign in to comment.