Skip to content

Commit

Permalink
ubuntu-latest -> ubuntu-24.04
Browse files Browse the repository at this point in the history
  • Loading branch information
voluntas committed Dec 12, 2024
1 parent 2da71e2 commit ff02421
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 7 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ jobs:

slack_notify_succeeded:
needs: [build_linux_macos, build_windows]
runs-on: ubuntu-latest
runs-on: ubuntu-24.04
if: success()
steps:
- name: Slack Notification
Expand All @@ -203,7 +203,7 @@ jobs:
SLACK_WEBHOOK: ${{ secrets.SLACK_WEBHOOK }}
slack_notify_failed:
needs: [build_linux_macos, build_windows]
runs-on: ubuntu-latest
runs-on: ubuntu-24.04
if: failure()
steps:
- name: Slack Notification
Expand Down Expand Up @@ -238,7 +238,7 @@ jobs:
- platform:
name: ubuntu-24.04_armv8
python_version: "3.12"
runs-on: ubuntu-latest
runs-on: ubuntu-24.04
timeout-minutes: 60
steps:
- uses: actions/download-artifact@v4
Expand Down Expand Up @@ -280,7 +280,7 @@ jobs:
needs:
- build_linux_macos
- build_windows
runs-on: ubuntu-latest
runs-on: ubuntu-24.04
timeout-minutes: 60
steps:
- uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/dependency-review.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ permissions:

jobs:
dependency-review:
runs-on: ubuntu-latest
runs-on: ubuntu-24.04
steps:
- name: 'Checkout Repository'
uses: actions/checkout@v4
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 @@ -122,7 +122,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 @@ -136,7 +136,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
2 changes: 2 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,8 @@
- @voluntas
- [ADD] macos-15 を E2E テストに追加する
- @voluntas
- [UPDATE] ubuntu-latest を ubuntu-24.04 に変更する
- @voluntas
- [CHANGE] ruff と mypy と pytest はバージョンを未指定にして、常に最新版を利用するようにする
- @voluntas
- [CHANGE] 利用していなかった auditwheel を削除する
Expand Down

0 comments on commit ff02421

Please # to comment.