Skip to content

Commit 2e51ddd

Browse files
authored
Merge pull request #218 from shiguredo/feature/update-macos15-xcode16.2-xcodesdk18.2
GitHub Actions 環境をアップデート
2 parents 43fdbd0 + e6027ec commit 2e51ddd

File tree

2 files changed

+9
-4
lines changed

2 files changed

+9
-4
lines changed

.github/workflows/build.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,10 @@ on:
1111

1212
jobs:
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
@@ -76,7 +76,7 @@ jobs:
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]

CHANGES.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,11 @@
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

0 commit comments

Comments
 (0)