Skip to content

Commit 3ec9628

Browse files
authored
ci: use Xcode 14.3 to build WDA (#770)
* ci: use Xcode 14.3 to build WDA * use the same one in release
1 parent 224cfbb commit 3ec9628

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/publish.js.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@ on:
1010

1111
jobs:
1212
build:
13-
runs-on: macos-12
13+
runs-on: macos-13
1414

1515
env:
16-
XCODE_VERSION: 14.2
16+
XCODE_VERSION: 14.3.1
1717
ZIP_PKG_NAME_IOS: "WebDriverAgentRunner-Runner.zip"
1818
PKG_PATH_IOS: "appium_wda_ios"
1919
ZIP_PKG_NAME_TVOS: "WebDriverAgentRunner_tvOS-Runner.zip"

.github/workflows/wda-package.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ on:
88
- completed
99

1010
env:
11-
HOST: macos-12
12-
XCODE_VERSION: 14.2
11+
HOST: macos-13
12+
XCODE_VERSION: 14.3.1
1313
DESTINATION_SIM: platform=iOS Simulator,name=iPhone 14 Pro
1414
DESTINATION_SIM_tvOS: platform=tvOS Simulator,name=Apple TV
1515

0 commit comments

Comments
 (0)