Skip to content

Commit

Permalink
ci: use xcode 15
Browse files Browse the repository at this point in the history
  • Loading branch information
KazuCocoa committed Sep 24, 2023
1 parent adf14cc commit aa7a395
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
runs-on: macos-13

env:
XCODE_VERSION: 14.3.1
XCODE_VERSION: 15.0
ZIP_PKG_NAME_IOS: "WebDriverAgentRunner-Runner.zip"
PKG_PATH_IOS: "appium_wda_ios"
ZIP_PKG_NAME_TVOS: "WebDriverAgentRunner_tvOS-Runner.zip"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/wda-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:

env:
HOST: macos-13
XCODE_VERSION: 14.3.1
XCODE_VERSION: 15.0
DESTINATION_SIM: platform=iOS Simulator,name=iPhone 14 Pro
DESTINATION_SIM_tvOS: platform=tvOS Simulator,name=Apple TV

Expand Down

0 comments on commit aa7a395

Please sign in to comment.