Skip to content

Commit fe3c598

Browse files
committed
Fix
1 parent 2c4c40e commit fe3c598

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/main.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919

2020
checks:
2121
name: Check Python ${{ matrix.python-version }} on ${{ matrix.runs-on }}
22-
runs-on: ${{ matrix.runs-on }}
22+
runs-on: ${{ matrix.os }}
2323
strategy:
2424
fail-fast: false
2525
matrix:

.github/workflows/test-latest.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ on:
99
jobs:
1010
checks:
1111
name: Check Python ${{ matrix.python-version }} on ${{ matrix.runs-on }}
12-
runs-on: ${{ matrix.runs-on }}
12+
runs-on: ${{ matrix.os }}
1313
strategy:
1414
fail-fast: false
1515
matrix:

0 commit comments

Comments
 (0)