Skip to content

Commit 3b19a4b

Browse files
committed
Remove Xcode 16.2 from test matrix
1 parent d25e3f6 commit 3b19a4b

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
strategy:
4040
fail-fast: false
4141
matrix:
42-
step: ["main-snapshot", "16.4", "16.3", "16.2"]
42+
step: ["main-snapshot", "16.4", "16.3"]
4343
include:
4444
- step: "main-snapshot"
4545
xcode: "16.4"
@@ -50,8 +50,6 @@ jobs:
5050
- step: "16.3"
5151
xcode: "16.3"
5252
baseline: "macos-swift-6.1.json"
53-
- step: "16.2"
54-
xcode: "16.2"
5553
runs-on: macos-15
5654
continue-on-error: ${{ matrix.continueOnError == true }}
5755
steps:

0 commit comments

Comments
 (0)