Skip to content

Commit

Permalink
Update GA runner Ubuntu version to 22.04
Browse files Browse the repository at this point in the history
  • Loading branch information
davedittrich committed Apr 21, 2023
1 parent 102849e commit 0c8c0d8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test-build-publish.yml
Expand Up @@ -4,7 +4,7 @@ on: [ push, pull_request ]
jobs:
build-test:
name: Test and Build
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
env:
PY_COLORS: 1
TOX_PARALLEL_NO_SPINNER: 1
Expand Down Expand Up @@ -85,7 +85,7 @@ jobs:
startsWith(github.ref, 'refs/tags')
needs:
- build-test
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
env:
PY_COLORS: 1
TOX_PARALLEL_NO_SPINNER: 1
Expand Down

0 comments on commit 0c8c0d8

Please sign in to comment.