Skip to content

Commit 371afca

Browse files
Pin GitHub Actions runners to a specific version (#765)
1 parent c2d813e commit 371afca

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Diff for: .github/workflows/config-checker.yml

+1-1
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-latest
8+
runs-on: ubuntu-22.04
99

1010
container:
1111
image: clfoundation/sbcl

Diff for: .github/workflows/configlet-sync.yml

+1-1
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-latest
12+
runs-on: ubuntu-22.04
1313

1414
steps:
1515
- uses: actions/checkout@v4

Diff for: .github/workflows/test-exercises.yml

+1-1
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-latest
8+
runs-on: ubuntu-22.04
99

1010
container:
1111
image: clfoundation/sbcl

0 commit comments

Comments
 (0)