Skip to content

Commit

Permalink
add MacOS-13 along with macos-latest to test both arm and x86 mac
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisjonesBSU committed May 1, 2024
1 parent 24b386f commit c9f7def
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/CI.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [macOS-latest, ubuntu-latest]
os: [macOS-latest, macOS-13, ubuntu-latest]
python-version: ["3.9", "3.10", "3.11", "3.12"]
include:
- os: windows-latest
Expand Down

0 comments on commit c9f7def

Please sign in to comment.