File tree Expand file tree Collapse file tree 2 files changed +9
-4
lines changed
Expand file tree Collapse file tree 2 files changed +9
-4
lines changed Original file line number Diff line number Diff line change 1111
1212jobs :
1313 build :
14- runs-on : macos-14
14+ runs-on : macos-15
1515 env :
16- XCODE : /Applications/Xcode_15.4 .app
17- XCODE_SDK : iphoneos17.5
16+ XCODE : /Applications/Xcode_16.2 .app
17+ XCODE_SDK : iphoneos18.2
1818 steps :
1919 - uses : actions/checkout@v4
2020 - name : Select Xcode Version
7676 SLACK_COLOR : danger
7777 SLACK_TITLE : " FAILED"
7878 SLACK_ICON_EMOJI : " :japanese_ogre:"
79- SLACK_WEBHOOK : ${{ secrets.SLACK_WEBHOOK }}
79+ SLACK_WEBHOOK : ${{ secrets.SLACK_WEBHOOK }}
8080 release :
8181 if : contains(github.ref, 'tags/v')
8282 needs : [build]
Original file line number Diff line number Diff line change 5757 - macOS の条件を外す
5858 - Xcode とほぼ同時更新なので一旦不要と判断
5959 - @miosakuma
60+ - [ UPDATE] GitHub Actions のビルド環境を更新する
61+ - runner を macos-15 に変更
62+ - Xcode の version を 16.2 に変更
63+ - SDK を iOS 18.2 に変更
64+ - @zztkm
6065
6166## 2024.3.0
6267
You can’t perform that action at this time.
0 commit comments