Skip to content

Commit 4a422aa

Browse files
workflows use ubuntu-24.04
1 parent 169c4da commit 4a422aa

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ on:
1111
jobs:
1212
build:
1313
name: Tests
14-
runs-on: ubuntu-22.04
14+
runs-on: ubuntu-24.04
1515
steps:
1616
- name: Checkout code
1717
uses: actions/checkout@ec3a7ce113134d7a93b817d10a8272cb61118579

.github/workflows/track_deps_are_up_to_date.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88
jobs:
99
test:
1010
name: Check if track dependencies are up to date
11-
runs-on: ubuntu-22.04
11+
runs-on: ubuntu-24.04
1212
steps:
1313
- name: Checkout code
1414
uses: actions/checkout@ec3a7ce113134d7a93b817d10a8272cb61118579

0 commit comments

Comments
 (0)