Skip to content

Commit

Permalink
bumped macos-12 to macos-13
Browse files Browse the repository at this point in the history
On 3/12 macos-12 will be removed. So moving everything
to macos-13.

Also changed macos-14 to macos-latest.

Signed-off-by: Nick Papior <[email protected]>
  • Loading branch information
zerothi committed Nov 6, 2024
1 parent b797087 commit cbbc8de
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -64,19 +64,19 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
python-version: ['3.9', '3.12']
python-version: ['3.9', '3.13']
full-test: [true, false]
minimal-dep: [true, false]
os: [ubuntu-latest, macos-12, macos-14]
os: [ubuntu-latest, macos-13, macos-latest]
exclude:
# only full test suite on 3.12
- python-version: '3.12'
# only full test suite on 3.13
- python-version: '3.13'
full-test: false
# no minimal dependency on 3.12
- python-version: '3.12'
# no minimal dependency on 3.13
- python-version: '3.13'
minimal-dep: true
# minimal dependency on ARM does not make sense (wheels not present)
- os: macos-14
- os: macos-latest
minimal-dep: true
# only run full test suite for minimal-dependency checks
- full-test: false
Expand Down

0 comments on commit cbbc8de

Please sign in to comment.