10000 CI: test on Ubuntu-20.04, not Ubuntu-2004 (#100) · python/typing_extensions@93ac93b · GitHub
[go: up one dir, main page]

Skip to content

Commit 93ac93b

Browse files
authored
CI: test on Ubuntu-20.04, not Ubuntu-2004 (#100)
Fixes a typo in 5f9258d. We might have to wait a while before Ubuntu-2004 is released :)
1 parent 5f9258d commit 93ac93b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
# https://raw.githubusercontent.com/actions/python-versions/main/versions-manifest.json
2121
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"]
2222

23-
runs-on: ubuntu-2004
23+
runs-on: ubuntu-20.04
2424

2525
steps:
2626
- uses: actions/checkout@v3

0 commit comments

Comments
 (0)
0