Skip to content

Commit

Permalink
Add Xcode 13.4.1 to the test matrix. (#501)
Browse files Browse the repository at this point in the history
  • Loading branch information
ileitch authored Jun 26, 2022
1 parent e0299f5 commit d767069
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,14 @@ jobs:
strategy:
fail-fast: false
matrix:
xcode: ["13.3.1", "13.2.1"]
xcode: ["13.4.1", "13.3.1", "13.2.1"]
include:
- xcode: "13.4.1"
macos: macOS-12
- xcode: "13.3.1"
macos: macOS-12
- xcode: "13.2.1"
macos: macOS-11
macos: macOS-12
runs-on: ${{ matrix.macos }}
name: macOS
steps:
Expand Down

0 comments on commit d767069

Please sign in to comment.