Skip to content

Commit

Permalink
latest やめる
Browse files Browse the repository at this point in the history
  • Loading branch information
voluntas committed Dec 8, 2024
1 parent 226580d commit 8887e6f
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:

jobs:
test:
runs-on: ubuntu-latest
runs-on: ubuntu-24.04
strategy:
matrix:
node: ["18", "20", "22"]
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/e2e-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:

slack_notify_succeeded:
needs: [e2e-test]
runs-on: ubuntu-latest
runs-on: ubuntu-24.04
if: success()
steps:
- name: Slack Notification
Expand All @@ -68,7 +68,7 @@ jobs:
SLACK_WEBHOOK: ${{ secrets.SLACK_WEBHOOK }}
slack_notify_failed:
needs: [e2e-test]
runs-on: ubuntu-latest
runs-on: ubuntu-24.04
if: failure()
steps:
- name: Slack Notification
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/npm-pkg-e2e-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ on:
jobs:
npm-pkg-e2e-test:
timeout-minutes: 20
runs-on: ubuntu-latest
runs-on: ubuntu-24.04
strategy:
matrix:
# メンテナンスはおてて
Expand Down Expand Up @@ -66,7 +66,7 @@ jobs:

slack_notify_succeeded:
needs: [npm-pkg-e2e-test]
runs-on: ubuntu-latest
runs-on: ubuntu-24.04
if: success()
steps:
- name: Slack Notification
Expand All @@ -79,7 +79,7 @@ jobs:
SLACK_WEBHOOK: ${{ secrets.SLACK_WEBHOOK }}
slack_notify_failed:
needs: [npm-pkg-e2e-test]
runs-on: ubuntu-latest
runs-on: ubuntu-24.04
if: failure()
steps:
- name: Slack Notification
Expand Down

0 comments on commit 8887e6f

Please sign in to comment.