We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
ubuntu-24.04
1 parent 2c70cb6 commit 5101839Copy full SHA for 5101839
.github/workflows/shellcheck.yml
@@ -9,7 +9,7 @@ on:
9
jobs:
10
shellcheck:
11
name: Run shellcheck on scripts
12
- runs-on: ubuntu-22.04
+ runs-on: ubuntu-24.04
13
steps:
14
- name: Checkout
15
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332
.github/workflows/test.yml
@@ -14,7 +14,7 @@ on:
verify_exercises:
16
# TODO: replace with another image if required to run the tests (optional)
17
18
19
20
- name: Checkout repository
0 commit comments