Skip to content

Commit b22b6ae

Browse files
authored
Update CI to use the Xcode 16 release (#132)
1 parent bc2a151 commit b22b6ae

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
xcode:
2323
- 15.2
2424
- 15.4
25-
- 16_beta_6
25+
- '16.0'
2626
name: macOS
2727
runs-on: macos-14
2828
steps:
@@ -50,7 +50,7 @@ jobs:
5050
- Release
5151
xcode:
5252
- 15.4
53-
- 16_beta_6
53+
- '16.0'
5454
name: Examples
5555
runs-on: macos-14
5656
steps:

0 commit comments

Comments
 (0)