Skip to content

Commit 268fe2b

Browse files
committed
ci: upgrade Linux runners to Ubuntu 22.04
The important part of the build is performed inside deterministic containers. So this shouldn't materially impact the build.
1 parent 1dc6fee commit 268fe2b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/linux.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on:
55
- cron: '13 11 * * *'
66
jobs:
77
pythonbuild:
8-
runs-on: 'ubuntu-20.04'
8+
runs-on: ubuntu-22.04
99
steps:
1010
- name: Install System Dependencies
1111
run: |
@@ -427,7 +427,7 @@ jobs:
427427

428428
needs:
429429
- pythonbuild
430-
runs-on: 'ubuntu-20.04'
430+
runs-on: ubuntu-22.04
431431
steps:
432432
- uses: actions/checkout@v3
433433
with:

0 commit comments

Comments
 (0)