Skip to content

Commit

Permalink
ci: use Xcode 14.3 to build WDA (#770)
Browse files Browse the repository at this point in the history
* ci: use Xcode 14.3 to build WDA

* use the same one in release
  • Loading branch information
KazuCocoa authored Sep 19, 2023
1 parent 224cfbb commit 3ec9628
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@ on:

jobs:
build:
runs-on: macos-12
runs-on: macos-13

env:
XCODE_VERSION: 14.2
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
4 changes: 2 additions & 2 deletions .github/workflows/wda-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ on:
- completed

env:
HOST: macos-12
XCODE_VERSION: 14.2
HOST: macos-13
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 3ec9628

Please sign in to comment.