Skip to content

Commit 21fbc1d

Browse files
chore: update GH WF
1 parent a3059a8 commit 21fbc1d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/cicd.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ concurrency:
99
jobs:
1010

1111
run-linter:
12-
runs-on: ubuntu-20.04
12+
runs-on: ubuntu-latest
1313
strategy:
1414
matrix:
1515
python-version: [3.10.13]
@@ -33,7 +33,7 @@ jobs:
3333
python-version: ${{ matrix.python-version }}
3434

3535
run-tests:
36-
runs-on: ubuntu-20.04
36+
runs-on: ubuntu-latest
3737
strategy:
3838
matrix:
3939
python-version: [3.10.13]

0 commit comments

Comments
 (0)