Skip to content

Commit

Permalink
ENH: Add Intel Mac to Pixi GitHub Action tests
Browse files Browse the repository at this point in the history
macos-13 GitHub Action runner is the Intel Mac system.
  • Loading branch information
thewtex committed Nov 11, 2024
1 parent 84a8386 commit 7d759f2
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]
os: [ubuntu-22.04, windows-2022, macos-13]
steps:
- name: Checkout
uses: actions/checkout@v4
Expand Down

0 comments on commit 7d759f2

Please sign in to comment.