Skip to content

Commit eedf04a

Browse files
3 workflows use ubuntu-24.04 (#3942)
1 parent a06cf48 commit eedf04a

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.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-22.04
8+
runs-on: ubuntu-24.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-22.04
7+
runs-on: ubuntu-24.04
88
steps:
99
- uses: exercism/pr-commenter-action@085ef62d2a541a112c3ade1d24deea83665ea186
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-22.04
9+
runs-on: ubuntu-24.04
1010
steps:
1111
- uses: actions/stale@5bef64f19d7facfb25b37b414482c7164d639639
1212
with:

0 commit comments

Comments
 (0)