Skip to content

Commit 42dcefb

Browse files
Pin GitHub Actions runners to a specific version (#3547)
1 parent 89db59b commit 42dcefb

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

.github/workflows/ci-workflow.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ on:
1212

1313
jobs:
1414
housekeeping:
15-
runs-on: ubuntu-latest
15+
runs-on: ubuntu-22.04
1616
steps:
1717
- uses: actions/checkout@v4
1818

@@ -49,7 +49,7 @@ jobs:
4949
./bin/template_status.py -v -p .problem-specifications
5050
5151
canonical_sync:
52-
runs-on: ubuntu-latest
52+
runs-on: ubuntu-22.04
5353
needs: housekeeping
5454
strategy:
5555
matrix:

.github/workflows/issue-commenter.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on:
55

66
jobs:
77
comment-on-new-issue:
8-
runs-on: ubuntu-latest
8+
runs-on: ubuntu-22.04
99
name: Comments for every NEW issue.
1010
steps:
1111
- name: Checkout

.github/workflows/pr-commenter.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ on:
44

55
jobs:
66
pr-comment:
7-
runs-on: ubuntu-latest
7+
runs-on: ubuntu-22.04
88
steps:
99
- uses: exercism/[email protected]
1010
with:

.github/workflows/stale.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66

77
jobs:
88
stale:
9-
runs-on: ubuntu-latest
9+
runs-on: ubuntu-22.04
1010
steps:
1111
- uses: actions/stale@v8
1212
with:

.github/workflows/test-runner.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88

99
jobs:
1010
test-runner:
11-
runs-on: ubuntu-latest
11+
runs-on: ubuntu-22.04
1212
steps:
1313
- uses: actions/checkout@v4
1414
- name: Run test-runner

0 commit comments

Comments
 (0)