Skip to content

Commit babf7db

Browse files
authored
ci: use xcode 16
1 parent 06d7995 commit babf7db

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/wda-package.yml

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

1010
env:
11-
HOST: macos-14
12-
XCODE_VERSION: 15.3
13-
DESTINATION_SIM: platform=iOS Simulator,name=iPhone 15 Pro
11+
HOST: macos-15
12+
XCODE_VERSION: 16.3
13+
DESTINATION_SIM: platform=iOS Simulator,name=iPhone 16 Plus
1414
DESTINATION_SIM_tvOS: platform=tvOS Simulator,name=Apple TV 4K (3rd generation)
1515

1616
jobs:
@@ -36,7 +36,7 @@ jobs:
3636

3737
steps:
3838
- name: Checkout
39-
uses: actions/checkout@v3
39+
uses: actions/checkout@v4
4040
- uses: maxim-lobanov/setup-xcode@v1
4141
with:
4242
xcode-version: "${{ env.XCODE_VERSION }}"

0 commit comments

Comments
 (0)