Skip to content

Commit

Permalink
Upgrade GitHub Actions workflows to Ubuntu 22.04 (#452)
Browse files Browse the repository at this point in the history
  • Loading branch information
adamchainz committed Oct 16, 2022
1 parent baa8acd commit 778eaad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Expand Up @@ -13,7 +13,7 @@ concurrency:
jobs:
tests:
name: Python ${{ matrix.python-version }}
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04

strategy:
matrix:
Expand Down

0 comments on commit 778eaad

Please sign in to comment.