Skip to content

Commit 2b933a9

Browse files
authored
Update CI equipments and drop Xcode 15 support (#1548)
1 parent 7193eb4 commit 2b933a9

File tree

1 file changed

+2
-7
lines changed

1 file changed

+2
-7
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4,16 +4,11 @@ on:
44
pull_request: {}
55
jobs:
66
run:
7-
runs-on: ${{ matrix.macos }}
7+
runs-on: macos-15
88
name: Xcode ${{ matrix.xcode }}
99
strategy:
1010
matrix:
11-
xcode: ["15.4", "16.0"]
12-
include:
13-
- xcode: "15.4"
14-
macos: macos-15
15-
- xcode: "16.0"
16-
macos: macos-15
11+
xcode: ["16.0", "16.3"]
1712
env:
1813
DEVELOPER_DIR: /Applications/Xcode_${{ matrix.xcode }}.app/Contents/Developer
1914
steps:

0 commit comments

Comments
 (0)