Skip to content

Commit 61425ad

Browse files
authored
chore(gha): update closed.yml GitHub workflow (#55)
1 parent f788f5f commit 61425ad

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/closed.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
ZapierReviewRequestedPurpleHeart:
1313
if: github.event.pull_request.merged == true
1414
name: "Zapier Purple Heart"
15-
runs-on: ubuntu-20.04
15+
runs-on: ubuntu-24.04
1616
timeout-minutes: 1
1717
steps:
1818
- name: "Sync emoji in #mobsuccess-review-requested"
@@ -21,7 +21,7 @@ jobs:
2121
ZapierReviewRequestedRedCross:
2222
if: github.event.pull_request.merged == false
2323
name: "Zapier Red Cross"
24-
runs-on: ubuntu-20.04
24+
runs-on: ubuntu-24.04
2525
timeout-minutes: 1
2626
steps:
2727
- name: "Sync emoji in #mobsuccess-review-requested"
@@ -30,7 +30,7 @@ jobs:
3030
CommentSubPRs:
3131
if: github.event.pull_request.merged == true
3232
name: "Comment rebase --onto on Sub PRs"
33-
runs-on: ubuntu-20.04
33+
runs-on: ubuntu-24.04
3434
timeout-minutes: 2
3535
steps:
3636
- uses: mobsuccess-devops/github-actions-mobsuccess@master

0 commit comments

Comments
 (0)