3 workflows use ubuntu-24.04 (#3942)

This commit is contained in:
keiravillekode
2025-07-16 11:25:42 +10:00
committed by GitHub
parent a06cf488b9
commit eedf04a724
3 changed files with 3 additions and 3 deletions

View File

@@ -5,7 +5,7 @@ on:
jobs:
comment-on-new-issue:
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
name: Comments for every NEW issue.
steps:
- name: Checkout

View File

@@ -4,7 +4,7 @@ on:
jobs:
pr-comment:
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
steps:
- uses: exercism/pr-commenter-action@085ef62d2a541a112c3ade1d24deea83665ea186
with:

View File

@@ -6,7 +6,7 @@ on:
jobs:
stale:
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
steps:
- uses: actions/stale@5bef64f19d7facfb25b37b414482c7164d639639
with: