We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4906d9a commit f358ca7Copy full SHA for f358ca7
.github/workflows/release.yml
@@ -19,7 +19,7 @@ jobs:
19
needs: style
20
strategy:
21
matrix:
22
- os: [ubuntu-22.04, windows-2022, macos-14]
+ os: [ubuntu-22.04, windows-2022, macos-15]
23
name: Build wheels (${{ matrix.os }})
24
runs-on: ${{ matrix.os }}
25
steps:
.github/workflows/test.yml
@@ -20,7 +20,7 @@ jobs:
name: Run tests (${{ matrix.os }})
26
0 commit comments