Skip to content

Commit 92d4191

Browse files
committed
Drop ubuntu-20.04 runner
GitHub will drop the Ubuntu 20.04 runner in April. Use ubuntu-latest instead
1 parent 92c477f commit 92d4191

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -41,15 +41,15 @@ jobs:
4141
- os: macos-latest
4242
python-version: "3.10"
4343
optional-deps: true
44-
- os: ubuntu-20.04
44+
- os: ubuntu-latest
4545
python-version: "3.10"
4646
with-libs: false
4747
optional-deps: false
48-
- os: ubuntu-20.04
48+
- os: ubuntu-latest
4949
python-version: "3.10"
5050
with-libs: false
5151
optional-deps: true
52-
- os: ubuntu-20.04
52+
- os: ubuntu-latest
5353
python-version: "3.10"
5454
optional-deps: false
5555
with-libs: false

0 commit comments

Comments
 (0)