We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2c4c40e commit fe3c598Copy full SHA for fe3c598
.github/workflows/main.yml
@@ -19,7 +19,7 @@ jobs:
19
20
checks:
21
name: Check Python ${{ matrix.python-version }} on ${{ matrix.runs-on }}
22
- runs-on: ${{ matrix.runs-on }}
+ runs-on: ${{ matrix.os }}
23
strategy:
24
fail-fast: false
25
matrix:
.github/workflows/test-latest.yml
@@ -9,7 +9,7 @@ on:
9
jobs:
10
11
12
13
14
15
0 commit comments