Skip to content

Commit

Permalink
Merge branch 'develop' into feature/update-swift-lint
Browse files Browse the repository at this point in the history
  • Loading branch information
miosakuma committed Aug 15, 2024
2 parents b253017 + 65ba043 commit 79a3369
Show file tree
Hide file tree
Showing 2 changed files with 5 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 @@ -13,8 +13,8 @@ jobs:
build:
runs-on: macos-14
env:
XCODE: /Applications/Xcode_15.2.app
XCODE_SDK: iphoneos17.2
XCODE: /Applications/Xcode_15.4.app
XCODE_SDK: iphoneos17.5
steps:
- uses: actions/checkout@v4
- name: Select Xcode Version
Expand Down
3 changes: 3 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,9 @@
- [UPDATE] GitHub Actions の定期実行をやめる
- build.yml の起動イベントから schedule を削除
- @zztkm
- [UPDATE] GitHub Actions の Xcode のバージョンを 15.4 にあげる
- 合わせて iOS の SDK を iphoneos17.5 にあげる
- @miosakuma
- [UPDATE] CocoaPods のソースリポジトリを GitHub から CDN に変更する
- CocoaPods 1.8 からソースリポジトリのデフォルトが `https://cdn.cocoapods.org/` になった
- <https://blog.cocoapods.org/CocoaPods-1.8.0-beta/>
Expand Down

0 comments on commit 79a3369

Please sign in to comment.