Skip to content

Commit e6551b4

Browse files
authored
Merge pull request #41 from cybozu/increment-xcode-version-ci
Use Xcode 16.2
2 parents 38d93f5 + 153cb3a commit e6551b4

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

.github/workflows/deploy_docc.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@ concurrency:
1515

1616
jobs:
1717
build:
18-
runs-on: macos-14
18+
runs-on: macos-15
1919
env:
20-
DEVELOPER_DIR: /Applications/Xcode_16.app/Contents/Developer
20+
DEVELOPER_DIR: /Applications/Xcode_16.2.app/Contents/Developer
2121

2222
steps:
2323
- name: Checkout

.github/workflows/test.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@ concurrency:
1313
jobs:
1414
test:
1515
name: Test
16-
runs-on: macos-14
16+
runs-on: macos-15
1717
timeout-minutes: 30
1818
env:
19-
DEVELOPER_DIR: "/Applications/Xcode_16.app/Contents/Developer"
19+
DEVELOPER_DIR: "/Applications/Xcode_16.2.app/Contents/Developer"
2020

2121
steps:
2222
- name: Checkout
@@ -31,7 +31,7 @@ jobs:
3131
-project Examples/Examples.xcodeproj \
3232
-scheme Examples \
3333
-only-testing:WebUITests \
34-
-destination "platform=iOS Simulator,name=iPhone 15,OS=18.0" \
34+
-destination "platform=iOS Simulator,name=iPhone 16,OS=18.2" \
3535
-derivedDataPath DerivedData \
3636
-resultBundlePath TestResults/unit_test_result_bundle | \
3737
xcbeautify && exit ${PIPESTATUS[0]}
@@ -42,7 +42,7 @@ jobs:
4242
-project Examples/Examples.xcodeproj \
4343
-scheme Examples \
4444
-only-testing:ExamplesUITests \
45-
-destination "platform=iOS Simulator,name=iPhone 15,OS=18.0" \
45+
-destination "platform=iOS Simulator,name=iPhone 16,OS=18.2" \
4646
-derivedDataPath DerivedData \
4747
-resultBundlePath TestResults/ui_test_result_bundle | \
4848
xcbeautify && exit ${PIPESTATUS[0]}

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ WebUI is a Swift package that provides WKWebView wrapped by SwiftUI.
1414

1515
## Requirements
1616

17-
- Development with Xcode 16.0+
17+
- Development with Xcode 16.2+
1818
- Written in Swift 6.0
1919
- Compatible with iOS 16.4+
2020
- Compatible with macOS 13.3+

0 commit comments

Comments
 (0)