Skip to content

Commit

Permalink
macOS 14/Xcode 16 for CI
Browse files Browse the repository at this point in the history
  • Loading branch information
mattmassicotte committed Sep 8, 2024
1 parent 1303465 commit d7233b3
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,12 @@ on:
branches:
- main

env:
DEVELOPER_DIR: /Applications/Xcode_15.2.app/Contents/Developer

jobs:
test:
name: Test
runs-on: macos-13
runs-on: macos-14
env:
DEVELOPER_DIR: /Applications/Xcode_16.1.app/Contents/Developer
strategy:
matrix:
destination:
Expand Down

0 comments on commit d7233b3

Please sign in to comment.