Skip to content

Commit

Permalink
CI: test on Ubuntu-20.04, not Ubuntu-2004 (#100)
Browse files Browse the repository at this point in the history
Fixes a typo in 5f9258d. We might have to wait a while before Ubuntu-2004 is released :)
  • Loading branch information
AlexWaygood committed Nov 25, 2022
1 parent 5f9258d commit 93ac93b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Expand Up @@ -20,7 +20,7 @@ jobs:
# https://raw.githubusercontent.com/actions/python-versions/main/versions-manifest.json
python-version: ["3.7", "3.7.1", "3.8", "3.8.0", "3.9", "3.9.0", "3.10", "3.10.0", "3.11-dev", "pypy3.9"]

runs-on: ubuntu-2004
runs-on: ubuntu-20.04

steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit 93ac93b

Please sign in to comment.