Skip to content

Commit

Permalink
Updated Mac version for Github Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
jacobrepucci authored Jul 25, 2024
1 parent ef74312 commit d5b513c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/github_action_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [windows-latest, ubuntu-latest, macos-11]
os: [windows-latest, ubuntu-latest, macos-12]
# python: ["3.9", "3.10"]

env:
Expand All @@ -43,7 +43,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [windows-latest, ubuntu-latest, macos-11]
os: [windows-latest, ubuntu-latest, macos-12]
python: ["3.9", "3.10"]

env:
Expand Down

0 comments on commit d5b513c

Please sign in to comment.