Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@ on:

jobs:
build:
runs-on: macos-15
runs-on: macos-26
env:
XCODE: /Applications/Xcode_16.4.app
XCODE_SDK: iphoneos18.5
XCODE: /Applications/Xcode_26.2.app
XCODE_SDK: iphoneos26.2
steps:
- uses: actions/checkout@v6
- name: Select Xcode Version
Expand Down
10 changes: 5 additions & 5 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,11 @@

### misc

- [UPDATE] GitHub Actions のビルド環境を更新する
- macOS の version を 26 に変更
- Xcode の version を 26.2 に変更
- SDK を iOS 26.2 に変更
- @t-miya
- [UPDATE] SwiftLint を 0.63.0 に上げる
- @zztkm
- [UPDATE] `Claude Assistant` の `claude-response` を `ubuntu-slim` に移行する
Expand All @@ -97,11 +102,6 @@
- [ADD] `Package.swift` に `testTarget` を追加する
- xcodebuild で test を実行するために target を追加
- @zztkm
- [FIX] GitHub Actions のビルド環境を更新する
- GitHub Actions でのビルドが通らなくなったため
- Xcode の version を 16.4 に変更
- SDK を iOS 18.5 に変更
- @t-miya
Comment on lines 100 to 104
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

FIX 残しても良いと思いました。[対応はお任せ]

自分が FIX を残すとしたら、経緯がわかりやすいように PR の URL か Actions の履歴のリンクを貼って、「ビルドが通らなくなった」をより詳細に「macOS 15 利用中に error: iOS 18.4 Platform Not Installed. というエラー出るようになったため、SDK を iOS 18.5 に上げた」とか書くと思います。

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

FIX の内容を戻しました。またエラーの内容を記載するように修正しました。


## 2025.2.0

Expand Down