Skip to content

Commit 9143deb

Browse files
ci uses ubuntu-24.04
1 parent 594515b commit 9143deb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ on:
1111
jobs:
1212
track-config:
1313
name: Check track configuration
14-
runs-on: ubuntu-22.04
14+
runs-on: ubuntu-24.04
1515
steps:
1616
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
1717
with:
@@ -47,7 +47,7 @@ jobs:
4747
4848
exercises:
4949
name: Check exercises
50-
runs-on: ubuntu-22.04
50+
runs-on: ubuntu-24.04
5151
strategy:
5252
matrix:
5353
resolver:

0 commit comments

Comments
 (0)