Merge pull request #1378 from pypa/henryiii-patch-3

ci: move to ubuntu 20
This commit is contained in:
Joe Rickerby
2022-12-22 11:14:25 +00:00
committed by GitHub
+1 -1
View File
@@ -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: