Skip to content

Commit 6a1d4c3

Browse files
committed
GitHub Actions 環境をアップデート
1 parent 43fdbd0 commit 6a1d4c3

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-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]

0 commit comments

Comments
 (0)