Skip to content

Commit

Permalink
Use Xcode 16.2 with macos-15
Browse files Browse the repository at this point in the history
  • Loading branch information
Kyome22 committed Jan 13, 2025
1 parent 0610c0a commit 04820d6
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy_docc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ concurrency:

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

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.1.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 16,OS=18.1" \
-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 16,OS=18.1" \
-destination "platform=iOS Simulator,name=iPhone 16,OS=18.2" \
-derivedDataPath DerivedData \
-resultBundlePath TestResults/ui_test_result_bundle | \
xcbeautify && exit ${PIPESTATUS[0]}

0 comments on commit 04820d6

Please sign in to comment.