Skip to content

Commit

Permalink
ubuntu-latest を 22.04 にする
Browse files Browse the repository at this point in the history
  • Loading branch information
voluntas committed Dec 16, 2024
1 parent caa4f31 commit 540a2d6
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ jobs:
- build-windows
- build-macos
- build-ubuntu
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
- uses: ./.github/actions/download
Expand Down Expand Up @@ -224,7 +224,7 @@ jobs:
prerelease: ${{ contains(github.ref, 'canary') }}
notification:
name: Slack Notification
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
needs:
- build-windows
- build-macos
Expand Down
5 changes: 5 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,13 @@

## develop

### misc

- [UPDATE] SDL を 2.30.8 に上げる
- @torikizi
- [UPDATE] GitHub Actions の ubuntu-latest を ubuntu-22.04 に変更する
- ubuntu-24.04 には意図的に上げていない
- @voluntas

## 2024.1.0

Expand Down

0 comments on commit 540a2d6

Please sign in to comment.