Skip to content

Commit

Permalink
Merge branch 'xcode-15' of github.com:appium/WebDriverAgent into xcod…
Browse files Browse the repository at this point in the history
…e-15
  • Loading branch information
KazuCocoa committed Sep 24, 2023
2 parents 81629ac + 3b5b55e commit b07d894
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: "15.0"
XCODE_VERSION: 14.3.1
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: "15.0"
XCODE_VERSION: 14.3.1
DESTINATION_SIM: platform=iOS Simulator,name=iPhone 14 Pro
DESTINATION_SIM_tvOS: platform=tvOS Simulator,name=Apple TV

Expand Down

0 comments on commit b07d894

Please sign in to comment.