Skip to content

Commit 6223d66

Browse files
committed
update github actions runner version
1 parent b536b27 commit 6223d66

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on: [push
55

66
jobs:
77
run-tests-complex:
8-
runs-on: ubuntu-20.04
8+
runs-on: ubuntu-22.04
99
defaults:
1010
run:
1111
shell: bash -l {0}
@@ -74,7 +74,7 @@ jobs:
7474
token: ${{ secrets.CODECOV_TOKEN }}
7575

7676
run-tests-simple:
77-
runs-on: ubuntu-20.04
77+
runs-on: ubuntu-22.04
7878
steps:
7979
- uses: actions/checkout@v2
8080
- name: Set up Python 3.9

0 commit comments

Comments
 (0)