Skip to content

Commit

Permalink
Add Xcode 16.2 to test matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
ileitch committed Dec 21, 2024
1 parent 48cd412 commit 7d2d896
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,10 @@ jobs:
strategy:
fail-fast: false
matrix:
xcode: ["16.1", "16.0", "15.4"]
xcode: ["16.2", 16.1", "16.0", "15.4"]
include:
- xcode: "16.2"
macos: macos-15
- xcode: "16.1"
macos: macos-15
- xcode: "16.0"
Expand Down

0 comments on commit 7d2d896

Please sign in to comment.