Skip to content

Commit

Permalink
Update CI to use the Xcode 16 release
Browse files Browse the repository at this point in the history
  • Loading branch information
stephencelis committed Sep 16, 2024
1 parent bc2a151 commit b8a049d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
xcode:
- 15.2
- 15.4
- 16_beta_6
- '16.0'
name: macOS
runs-on: macos-14
steps:
Expand Down Expand Up @@ -50,7 +50,7 @@ jobs:
- Release
xcode:
- 15.4
- 16_beta_6
- '16.0'
name: Examples
runs-on: macos-14
steps:
Expand Down

0 comments on commit b8a049d

Please sign in to comment.