We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 224cfbb commit 3ec9628Copy full SHA for 3ec9628
.github/workflows/publish.js.yml
@@ -10,10 +10,10 @@ on:
10
11
jobs:
12
build:
13
- runs-on: macos-12
+ runs-on: macos-13
14
15
env:
16
- XCODE_VERSION: 14.2
+ XCODE_VERSION: 14.3.1
17
ZIP_PKG_NAME_IOS: "WebDriverAgentRunner-Runner.zip"
18
PKG_PATH_IOS: "appium_wda_ios"
19
ZIP_PKG_NAME_TVOS: "WebDriverAgentRunner_tvOS-Runner.zip"
.github/workflows/wda-package.yml
@@ -8,8 +8,8 @@ on:
8
- completed
9
- HOST: macos-12
+ HOST: macos-13
DESTINATION_SIM: platform=iOS Simulator,name=iPhone 14 Pro
DESTINATION_SIM_tvOS: platform=tvOS Simulator,name=Apple TV
0 commit comments