File tree Expand file tree Collapse file tree 2 files changed +8
-8
lines changed
Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 1010
1111jobs :
1212 build :
13- runs-on : macos-15
13+ runs-on : macos-26
1414 env :
15- XCODE : /Applications/Xcode_16.4 .app
16- XCODE_SDK : iphoneos18.5
15+ XCODE : /Applications/Xcode_26.2 .app
16+ XCODE_SDK : iphoneos26.2
1717 steps :
1818 - uses : actions/checkout@v6
1919 - name : Select Xcode Version
Original file line number Diff line number Diff line change 8787
8888### misc
8989
90+ - [ UPDATE] GitHub Actions のビルド環境を更新する
91+ - macOS の version を 26 に変更
92+ - Xcode の version を 26.2 に変更
93+ - SDK を iOS 26.2 に変更
94+ - @t-miya
9095- [ UPDATE] SwiftLint を 0.63.0 に上げる
9196 - @zztkm
9297- [ UPDATE] ` Claude Assistant ` の ` claude-response ` を ` ubuntu-slim ` に移行する
97102- [ ADD] ` Package.swift ` に ` testTarget ` を追加する
98103 - xcodebuild で test を実行するために target を追加
99104 - @zztkm
100- - [ FIX] GitHub Actions のビルド環境を更新する
101- - GitHub Actions でのビルドが通らなくなったため
102- - Xcode の version を 16.4 に変更
103- - SDK を iOS 18.5 に変更
104- - @t-miya
105105
106106## 2025.2.0
107107
You can’t perform that action at this time.
0 commit comments