Skip to content

Commit 9fd45fe

Browse files
committed
Update tests to macos-13
1 parent c1fe967 commit 9fd45fe

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/integration.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
include:
1414
- python-version: "3.13"
1515
cffi: yes
16-
os: macos-12
16+
os: macos-13
1717
- python-version: "3.13"
1818
cffi: no
1919
os: windows-latest

.github/workflows/wheels.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
runs-on: ${{ matrix.os }}
3333
strategy:
3434
matrix:
35-
os: [ubuntu-20.04, windows-2019, macos-12]
35+
os: [ubuntu-20.04, windows-2019, macos-13]
3636

3737
if: github.actor == 'Legrandin'
3838

0 commit comments

Comments
 (0)