Skip to content

Commit 5519fb0

Browse files
committed
drop xcode 15 support
1 parent 797bb0a commit 5519fb0

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/ci.yml

+1-3
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,8 @@ jobs:
88
name: Xcode ${{ matrix.xcode }}
99
strategy:
1010
matrix:
11-
xcode: ["15.4", "16.0"]
11+
xcode: ["16.0"]
1212
include:
13-
- xcode: "15.4"
14-
macos: macos-15
1513
- xcode: "16.0"
1614
macos: macos-15
1715
env:

0 commit comments

Comments
 (0)