Skip to content

Commit 4402f14

Browse files
authored
ci: update runner to ubuntu 24
1 parent 615e483 commit 4402f14

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/checks.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@ name: Correctness Checks
22
on: [push, pull_request]
33
jobs:
44
Run-Markdown-Checks:
5-
runs-on: ubuntu-20.04
5+
runs-on: ubuntu-24.04
66
steps:
77
- name: checkout
8-
uses: actions/checkout@v2
8+
uses: actions/checkout@v4
99
- name: Install Python dependencies
1010
uses: py-actions/py-dependency-install@v3
1111
with:

0 commit comments

Comments
 (0)