Skip to content

Commit 0026f4b

Browse files
committed
CI: Switch to ubuntu-latest
1 parent 6b429b7 commit 0026f4b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ on: [push, pull_request]
33

44
jobs:
55
test:
6-
runs-on: ubuntu-20.04 # Ubuntu 20.04 LTS ships with the Python version we're currently targeting
6+
runs-on: ubuntu-latest
77

88
steps:
99
- uses: actions/checkout@v4
@@ -18,7 +18,7 @@ jobs:
1818
python .github/workflows/get_markdown.py .coverage.xml 90
1919
2020
check:
21-
runs-on: ubuntu-20.04
21+
runs-on: ubuntu-latest
2222

2323
steps:
2424
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)