Skip to content

Commit 7a30409

Browse files
waskyosipma
authored andcommitted
switch github actions to run on ubuntu 22.04
the 20.04 runner was deprecated and removed: actions/runner-images#11101
1 parent 2cb7996 commit 7a30409

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/run_mypy.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on: [pull_request, push]
55
jobs:
66
run_mypy:
77

8-
runs-on: ubuntu-20.04
8+
runs-on: ubuntu-22.04
99

1010
steps:
1111
- uses: actions/checkout@v1

.github/workflows/run_pycodestyle.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on: [pull_request, push]
55
jobs:
66
run_pycodestyle:
77

8-
runs-on: ubuntu-20.04
8+
runs-on: ubuntu-22.04
99

1010
steps:
1111
- uses: actions/checkout@v1

0 commit comments

Comments
 (0)