Skip to content

Commit 1c9ec76

Browse files
authored
Merge pull request #1378 from pypa/henryiii-patch-3
ci: move to ubuntu 20
2 parents 22b433d + e53253d commit 1c9ec76

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
runs-on: ${{ matrix.os }}
3838
strategy:
3939
matrix:
40-
os: [ubuntu-18.04, windows-latest, macos-11]
40+
os: [ubuntu-20.04, windows-latest, macos-11]
4141
python_version: ['3.11']
4242
timeout-minutes: 180
4343
steps:

0 commit comments

Comments
 (0)