diff --git a/.github/workflows/deploy_docc.yml b/.github/workflows/deploy_docc.yml index b7ea417..d3f4ec5 100644 --- a/.github/workflows/deploy_docc.yml +++ b/.github/workflows/deploy_docc.yml @@ -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 diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index f394241..83adf86 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -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 @@ -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]} @@ -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]} diff --git a/README.md b/README.md index 604e0cf..49186f6 100644 --- a/README.md +++ b/README.md @@ -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+