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 b127d56 commit ccb3437Copy full SHA for ccb3437
.github/workflows/test.yml
@@ -11,7 +11,7 @@ jobs:
11
test:
12
strategy:
13
matrix:
14
- system: [["3.10", "ubuntu-latest"], ["3.11", "ubuntu-latest"], ["3.12", "macos-latest"], ["3.12", "ubuntu-latest"]]
+ system: [["3.11", "ubuntu-latest"], ["3.12", "macos-latest"], ["3.12", "ubuntu-latest"]]
15
runs-on: ${{ matrix.system[1] }}
16
steps:
17
- uses: actions/checkout@v4
0 commit comments