Skip to content

Commit

Permalink
Merge pull request #1378 from pypa/henryiii-patch-3
Browse files Browse the repository at this point in the history
ci: move to ubuntu 20
  • Loading branch information
joerick committed Dec 22, 2022
2 parents 22b433d + e53253d commit 1c9ec76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-18.04, windows-latest, macos-11]
os: [ubuntu-20.04, windows-latest, macos-11]
python_version: ['3.11']
timeout-minutes: 180
steps:
Expand Down

0 comments on commit 1c9ec76

Please sign in to comment.