Skip to content

Commit 5101839

Browse files
authored
Update GitHub workflow images to ubuntu-24.04 (#200)
1 parent 2c70cb6 commit 5101839

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/shellcheck.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ on:
99
jobs:
1010
shellcheck:
1111
name: Run shellcheck on scripts
12-
runs-on: ubuntu-22.04
12+
runs-on: ubuntu-24.04
1313
steps:
1414
- name: Checkout
1515
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ on:
1414
jobs:
1515
verify_exercises:
1616
# TODO: replace with another image if required to run the tests (optional)
17-
runs-on: ubuntu-22.04
17+
runs-on: ubuntu-24.04
1818

1919
steps:
2020
- name: Checkout repository

0 commit comments

Comments
 (0)