Skip to content

Commit bfed6ad

Browse files
workflows use ubuntu-24.04 (#888)
1 parent e3d4b39 commit bfed6ad

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/config-checker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on: [push, pull_request]
55
jobs:
66
config-check:
77
timeout-minutes: 30
8-
runs-on: ubuntu-22.04
8+
runs-on: ubuntu-24.04
99

1010
container:
1111
image: clfoundation/sbcl

.github/workflows/configlet-sync.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
configlet:
1010
if: github.repository_owner == 'exercism' # Stops this job from running on forks
1111
timeout-minutes: 30
12-
runs-on: ubuntu-22.04
12+
runs-on: ubuntu-24.04
1313

1414
steps:
1515
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683

.github/workflows/test-exercises.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on: [push, pull_request]
55
jobs:
66
run-tests:
77
timeout-minutes: 30
8-
runs-on: ubuntu-22.04
8+
runs-on: ubuntu-24.04
99

1010
container:
1111
image: clfoundation/sbcl

0 commit comments

Comments
 (0)