Skip to content

Commit 3dc1f82

Browse files
authored
Bump workflows to Ubuntu 26.04 (#2159)
1 parent 1f01e77 commit 3dc1f82

1 file changed

Lines changed: 8 additions & 8 deletions

File tree

.github/workflows/tests.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ on:
1414
jobs:
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
@@ -28,7 +28,7 @@ jobs:
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
@@ -40,7 +40,7 @@ jobs:
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
@@ -50,7 +50,7 @@ jobs:
5050

5151
compilation:
5252
name: Check compilation
53-
runs-on: ubuntu-24.04
53+
runs-on: ubuntu-26.04
5454

5555
strategy:
5656
matrix:
@@ -75,7 +75,7 @@ jobs:
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:

0 commit comments

Comments
 (0)