Skip to content

Commit

Permalink
[CI] Github Actions の iOS SDK のバージョンを 17.2 に上げる
Browse files Browse the repository at this point in the history
  • Loading branch information
miosakuma committed Feb 20, 2024
1 parent 43cd4e4 commit e377c22
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
runs-on: macos-14
env:
XCODE: /Applications/Xcode_15.2.app
XCODE_SDK: iphoneos16.4
XCODE_SDK: iphoneos17.2
steps:
- uses: actions/checkout@v4
- name: Select Xcode Version
Expand Down

0 comments on commit e377c22

Please sign in to comment.