Skip to content

Commit

Permalink
Check Xcode 16 compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
kateinoigakukun committed Sep 26, 2024
1 parent ff1aa40 commit 69b0f49
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,10 +76,10 @@ jobs:
strategy:
matrix:
include:
- os: macos-13
xcode: Xcode_14.3
- os: macos-14
xcode: Xcode_15.2
- os: macos-15
xcode: Xcode_16
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 69b0f49

Please sign in to comment.