Skip to content

Commit 036984c

Browse files
committed
Update CI build to latest Xcode version
1 parent 819ca36 commit 036984c

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
runs-on: [self-hosted, macOS, ARM64]
1212
env:
1313
DERIVED_DATA_PATH: 'DerivedData'
14-
DEVICE: 'iPhone 15 Pro'
14+
DEVICE: 'iPhone 17 Pro'
1515
steps:
1616
- uses: actions/checkout@v4
1717
with:
@@ -49,7 +49,7 @@ jobs:
4949
if: startsWith(github.ref, 'refs/tags/')
5050
env:
5151
DERIVED_DATA_PATH: 'DerivedData'
52-
DEVICE: 'iPhone 15 Pro'
52+
DEVICE: 'iPhone 17 Pro'
5353
strategy:
5454
fail-fast: false
5555
matrix:

.xcode-version

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
26.0.1

0 commit comments

Comments
 (0)