Skip to content

Commit

Permalink
Merge pull request #41 from cybozu/increment-xcode-version-ci
Browse files Browse the repository at this point in the history
Use Xcode 16.2
  • Loading branch information
Kyome22 authored Jan 13, 2025
2 parents 38d93f5 + 153cb3a commit e6551b4
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy_docc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@ concurrency:

jobs:
build:
runs-on: macos-14
runs-on: macos-15
env:
DEVELOPER_DIR: /Applications/Xcode_16.app/Contents/Developer
DEVELOPER_DIR: /Applications/Xcode_16.2.app/Contents/Developer

steps:
- name: Checkout
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@ concurrency:
jobs:
test:
name: Test
runs-on: macos-14
runs-on: macos-15
timeout-minutes: 30
env:
DEVELOPER_DIR: "/Applications/Xcode_16.app/Contents/Developer"
DEVELOPER_DIR: "/Applications/Xcode_16.2.app/Contents/Developer"

steps:
- name: Checkout
Expand All @@ -31,7 +31,7 @@ jobs:
-project Examples/Examples.xcodeproj \
-scheme Examples \
-only-testing:WebUITests \
-destination "platform=iOS Simulator,name=iPhone 15,OS=18.0" \
-destination "platform=iOS Simulator,name=iPhone 16,OS=18.2" \
-derivedDataPath DerivedData \
-resultBundlePath TestResults/unit_test_result_bundle | \
xcbeautify && exit ${PIPESTATUS[0]}
Expand All @@ -42,7 +42,7 @@ jobs:
-project Examples/Examples.xcodeproj \
-scheme Examples \
-only-testing:ExamplesUITests \
-destination "platform=iOS Simulator,name=iPhone 15,OS=18.0" \
-destination "platform=iOS Simulator,name=iPhone 16,OS=18.2" \
-derivedDataPath DerivedData \
-resultBundlePath TestResults/ui_test_result_bundle | \
xcbeautify && exit ${PIPESTATUS[0]}
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ WebUI is a Swift package that provides WKWebView wrapped by SwiftUI.

## Requirements

- Development with Xcode 16.0+
- Development with Xcode 16.2+
- Written in Swift 6.0
- Compatible with iOS 16.4+
- Compatible with macOS 13.3+
Expand Down

0 comments on commit e6551b4

Please sign in to comment.