We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c1fe967 commit 9fd45feCopy full SHA for 9fd45fe
.github/workflows/integration.yml
@@ -13,7 +13,7 @@ jobs:
13
include:
14
- python-version: "3.13"
15
cffi: yes
16
- os: macos-12
+ os: macos-13
17
18
cffi: no
19
os: windows-latest
.github/workflows/wheels.yml
@@ -32,7 +32,7 @@ jobs:
32
runs-on: ${{ matrix.os }}
33
strategy:
34
matrix:
35
- os: [ubuntu-20.04, windows-2019, macos-12]
+ os: [ubuntu-20.04, windows-2019, macos-13]
36
37
if: github.actor == 'Legrandin'
38
0 commit comments