Skip to content

Commit

Permalink
Update tests to macos-13
Browse files Browse the repository at this point in the history
  • Loading branch information
Legrandin committed Jan 16, 2025
1 parent c1fe967 commit 9fd45fe
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
include:
- python-version: "3.13"
cffi: yes
os: macos-12
os: macos-13
- python-version: "3.13"
cffi: no
os: windows-latest
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-20.04, windows-2019, macos-12]
os: [ubuntu-20.04, windows-2019, macos-13]

if: github.actor == 'Legrandin'

Expand Down

0 comments on commit 9fd45fe

Please sign in to comment.