Skip to content

Commit

Permalink
ci: upgrade Linux runners to Ubuntu 22.04
Browse files Browse the repository at this point in the history
The important part of the build is performed inside deterministic
containers. So this shouldn't materially impact the build.
  • Loading branch information
indygreg committed Nov 5, 2022
1 parent 1dc6fee commit 268fe2b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
- cron: '13 11 * * *'
jobs:
pythonbuild:
runs-on: 'ubuntu-20.04'
runs-on: ubuntu-22.04
steps:
- name: Install System Dependencies
run: |
Expand Down Expand Up @@ -427,7 +427,7 @@ jobs:

needs:
- pythonbuild
runs-on: 'ubuntu-20.04'
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v3
with:
Expand Down

0 comments on commit 268fe2b

Please sign in to comment.