Skip to content

Commit c36d6df

Browse files
authored
Merge pull request #12 from pescheckit/workflow-pin-ubuntu-22-04
workflow-pin-ubuntu-22-04
2 parents 9610355 + 564c9f1 commit c36d6df

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/workflow.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ on:
1010

1111
jobs:
1212
lint:
13-
runs-on: ubuntu-latest
13+
runs-on: ubuntu-22.04
1414
strategy:
1515
matrix:
1616
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"]
@@ -42,7 +42,7 @@ jobs:
4242
4343
test:
4444
needs: lint
45-
runs-on: ubuntu-latest
45+
runs-on: ubuntu-22.04
4646
strategy:
4747
max-parallel: 4
4848
matrix:
@@ -69,7 +69,7 @@ jobs:
6969
7070
deploy:
7171
needs: test
72-
runs-on: ubuntu-latest
72+
runs-on: ubuntu-22.04
7373
if: github.event_name == 'release' && github.event.action == 'published'
7474
environment: release
7575
steps:

0 commit comments

Comments
 (0)