We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 06d7995 commit babf7dbCopy full SHA for babf7db
1 file changed
.github/workflows/wda-package.yml
@@ -8,9 +8,9 @@ on:
8
- completed
9
10
env:
11
- HOST: macos-14
12
- XCODE_VERSION: 15.3
13
- DESTINATION_SIM: platform=iOS Simulator,name=iPhone 15 Pro
+ HOST: macos-15
+ XCODE_VERSION: 16.3
+ DESTINATION_SIM: platform=iOS Simulator,name=iPhone 16 Plus
14
DESTINATION_SIM_tvOS: platform=tvOS Simulator,name=Apple TV 4K (3rd generation)
15
16
jobs:
@@ -36,7 +36,7 @@ jobs:
36
37
steps:
38
- name: Checkout
39
- uses: actions/checkout@v3
+ uses: actions/checkout@v4
40
- uses: maxim-lobanov/setup-xcode@v1
41
with:
42
xcode-version: "${{ env.XCODE_VERSION }}"
0 commit comments