Skip to content

Commit

Permalink
ubuntu-24.04
Browse files Browse the repository at this point in the history
  • Loading branch information
voluntas committed Dec 16, 2024
1 parent 29632c5 commit 26e578b
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/e2e-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ jobs:

slack_notify_succeeded:
needs: [e2e_test_ubuntu, e2e_test_macos, e2e_test_windows]
runs-on: ubuntu-latest
runs-on: ubuntu-24.04
if: success()
steps:
- name: Slack Notification
Expand All @@ -118,7 +118,7 @@ jobs:

slack_notify_failed:
needs: [e2e_test_ubuntu, e2e_test_macos, e2e_test_windows]
runs-on: ubuntu-latest
runs-on: ubuntu-24.04
if: failure()
steps:
- name: Slack Notification
Expand Down
5 changes: 5 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,8 @@
- バグ修正

## develop

### misc

- [CHANGE] GitHub Actions の ubuntu-latest を ubuntu-24.04 に変更
- @voluntas

0 comments on commit 26e578b

Please sign in to comment.