Skip to content

Commit

Permalink
Update test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
makslevental authored Dec 5, 2024
1 parent b19f9b4 commit ef04fb4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,14 +33,14 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ ubuntu-22.04, macos-12, macos-14, windows-2022 ]
os: [ ubuntu-22.04, macos-13, macos-14, windows-2022 ]
py_version: [ "3.8", "3.9", "3.10", "3.11", "3.12" ]

exclude:
- os: macos-12
- os: macos-13
py_version: "3.8"

- os: macos-12
- os: macos-13
py_version: "3.9"

- os: macos-14
Expand Down

0 comments on commit ef04fb4

Please sign in to comment.