Skip to content

Commit

Permalink
fix : macOS version changed from 11 to 13
Browse files Browse the repository at this point in the history
  • Loading branch information
sepandhaghighi committed May 23, 2024
1 parent 03087ea commit 2c0a790
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/macOS_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [macOS-12, macOS-11]
os: [macOS-12, macOS-13]
python-version: [3.6, 3.7, 3.8, 3.9, 3.10.0, 3.11.0, 3.12.0]
steps:
- uses: actions/checkout@v2
Expand Down

0 comments on commit 2c0a790

Please sign in to comment.