Skip to content

Commit 858beea

Browse files
committed
Fix macOS CI Xcode 16.4 issue
1 parent aafffe3 commit 858beea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.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] # Swift 6.0
16+
xcode-version: ["16.0"] # Swift 6.0
1717
runs-on: ${{ matrix.os }}
1818
env:
1919
OPENGRAPH_WERROR: 1

0 commit comments

Comments
 (0)