Skip to content

Commit 8f8a736

Browse files
committed
Fix VM name in the linters job
1 parent 50980f3 commit 8f8a736

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci-cd.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,10 +38,10 @@ on:
3838

3939
jobs:
4040
lint:
41-
name: Linters
41+
name: Linters @ py${{ python-version }} @ ${{ matrix.os }}
4242
needs:
4343
- pre-setup
44-
runs-on: ${{ matrix.os }}
44+
runs-on: ${{ matrix.os }}-latest
4545
strategy:
4646
matrix:
4747
os:

0 commit comments

Comments
 (0)