File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1414jobs :
1515 configlet :
1616 name : configlet lint
17- runs-on : ubuntu-24 .04
17+ runs-on : ubuntu-26 .04
1818
1919 steps :
2020 - name : Checkout code
2828
2929 markdownlint :
3030 name : markdown lint
31- runs-on : ubuntu-24 .04
31+ runs-on : ubuntu-26 .04
3232
3333 steps :
3434 - name : Checkout code
4040 # stolen from https://raw.githubusercontent.com/exercism/github-actions/main/.github/workflows/shellcheck.yml
4141 shellcheck :
4242 name : Run shellcheck on scripts
43- runs-on : ubuntu-24 .04
43+ runs-on : ubuntu-26 .04
4444 steps :
4545 - name : Checkout
4646 uses : actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
5050
5151 compilation :
5252 name : Check compilation
53- runs-on : ubuntu-24 .04
53+ runs-on : ubuntu-26 .04
5454
5555 strategy :
5656 matrix :
7575
7676 tests :
7777 name : Run repository tests
78- runs-on : ubuntu-24 .04
78+ runs-on : ubuntu-26 .04
7979
8080 steps :
8181 - name : Checkout code
@@ -103,7 +103,7 @@ jobs:
103103
104104 rustformat :
105105 name : Check Rust Formatting
106- runs-on : ubuntu-24 .04
106+ runs-on : ubuntu-26 .04
107107
108108 steps :
109109 - name : Checkout code
@@ -126,7 +126,7 @@ jobs:
126126
127127 clippy :
128128 name : Clippy
129- runs-on : ubuntu-24 .04
129+ runs-on : ubuntu-26 .04
130130
131131 steps :
132132 - name : Checkout code
@@ -145,7 +145,7 @@ jobs:
145145
146146 nightly-compilation :
147147 name : Check exercises on nightly (benchmark enabled)
148- runs-on : ubuntu-24 .04
148+ runs-on : ubuntu-26 .04
149149 continue-on-error : true # It's okay if the nightly job fails
150150
151151 steps :
You can’t perform that action at this time.
0 commit comments