Skip to content

Commit 7711925

Browse files
authored
Fix Xcode version issue (#241)
16.0 will become 16 and resolve to Xcode 16.3 which will cause some issue
1 parent 0cd0cfa commit 7711925

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ios.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
fail-fast: false
1414
matrix:
1515
os: [macos-15]
16-
xcode-version: [16.0]
16+
xcode-version: ["16.0"]
1717
release: [2021, 2024]
1818
ios-version: ["18.0"]
1919
include:

.github/workflows/macos.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
fail-fast: false
1414
matrix:
1515
os: [macos-15]
16-
xcode-version: [16.0]
16+
xcode-version: ["16.0"]
1717
release: [2021, 2024]
1818
runs-on: ${{ matrix.os }}
1919
env:

0 commit comments

Comments
 (0)