Skip to content

Commit 5a46f62

Browse files
authored
Merge pull request #44 from bomanaps/Update-workflow
Update runner to ubuntu-24.04
2 parents 2c90855 + 562e73c commit 5a46f62

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/label-commenter.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ permissions:
1616

1717
jobs:
1818
comment:
19-
runs-on: ubuntu-18.04
19+
runs-on: ubuntu-24.04
2020
steps:
2121
- uses: actions/checkout@v2
2222
with:

.github/workflows/slack.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ jobs:
66
star-notify:
77
if: github.event_name == 'watch'
88
name: Notify Slack on star
9-
runs-on: ubuntu-22.04
9+
runs-on: ubuntu-24.04
1010
steps:
1111
- name: Get current star count
1212
run: |
@@ -20,7 +20,7 @@ jobs:
2020
good-first-issue-notify:
2121
if: github.event_name == 'issues' && github.event.label.name == 'good first issue' || github.event.label.name == 'first-timers-only'
2222
name: Notify Slack for new good-first-issue
23-
runs-on: ubuntu-22.04
23+
runs-on: ubuntu-24.04
2424
steps:
2525
- name: Notify slack
2626
env:

0 commit comments

Comments
 (0)