Skip to content

Commit 86d6b07

Browse files
committed
github build の xcode、iphoneos バージョンを上げる
1 parent 48fe305 commit 86d6b07

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ jobs:
1212
build:
1313
runs-on: macos-15
1414
env:
15-
XCODE: /Applications/Xcode_16.3.app
16-
XCODE_SDK: iphoneos18.4
15+
XCODE: /Applications/Xcode_16.4.app
16+
XCODE_SDK: iphoneos18.5
1717
steps:
1818
- uses: actions/checkout@v6
1919
- name: Select Xcode Version

0 commit comments

Comments
 (0)