Skip to content

Commit 69b0f49

Browse files
Check Xcode 16 compatibility
1 parent ff1aa40 commit 69b0f49

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: .github/workflows/test.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -76,10 +76,10 @@ jobs:
7676
strategy:
7777
matrix:
7878
include:
79-
- os: macos-13
80-
xcode: Xcode_14.3
8179
- os: macos-14
8280
xcode: Xcode_15.2
81+
- os: macos-15
82+
xcode: Xcode_16
8383
runs-on: ${{ matrix.os }}
8484
steps:
8585
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)