Skip to content

Commit

Permalink
Add Xcode 14.2 to test matrix (#560)
Browse files Browse the repository at this point in the history
  • Loading branch information
ileitch authored Jan 1, 2023
1 parent 4df6e96 commit 82de017
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,11 @@ jobs:
strategy:
fail-fast: false
matrix:
xcode: ["14.1", "14.0.1"]
xcode: ["14.2", "14.1"]
include:
- xcode: "14.1"
- xcode: "14.2"
macos: macOS-12
- xcode: "14.0.1"
- xcode: "14.1"
macos: macOS-12
runs-on: ${{ matrix.macos }}
name: macOS
Expand Down

0 comments on commit 82de017

Please sign in to comment.