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 117729d commit 3395429Copy full SHA for 3395429
.github/workflows/release.yml
@@ -45,7 +45,7 @@ jobs:
45
needs: test
46
strategy:
47
matrix:
48
- os: [ubuntu-latest, ubuntu-24.04-arm, macos-14, windows-latest]
+ os: [ubuntu-latest, macos-latest, macos-13, windows-latest]
49
python-version: ["310", "311", "312"]
50
runs-on: ${{ matrix.os }}
51
steps:
0 commit comments