We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6966f6a commit de816b0Copy full SHA for de816b0
1 file changed
.github/workflows/main.yml
@@ -46,8 +46,8 @@ jobs:
46
needs: package
47
strategy:
48
matrix:
49
- os: [ubuntu-latest, macos-latest]
50
- python-version: ['3.9', '3.13']
+ os: [ubuntu-latest, macos-15-intel]
+ python-version: ['3.10', '3.14']
51
runs-on: ${{ matrix.os }}
52
steps:
53
- uses: actions/[email protected]
0 commit comments