Skip to content

Commit

Permalink
ci
Browse files Browse the repository at this point in the history
  • Loading branch information
danthorpe committed May 3, 2024
1 parent 04b5a7d commit 22e49d3
Showing 1 changed file with 12 additions and 5 deletions.
17 changes: 12 additions & 5 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,13 +27,20 @@ jobs:
strategy:
fail-fast: false
matrix:
os: ["macos-13", "macos-14"]
swift: ["5.7", "5.8", "5.9", "5.10"]
include:
- os: macos-13
xcode: 14
- os: macos-14
xcode: 15
- swift: 5.7
xcode: 14.2
os: macos-13
- swift: 5.8
xcode: 14.3
os: macos-13
- swift: 5.9
xcode: 15.1
os: macos-14
- swift: 5.10
xcode: 15.3
os: macos-14
steps:
- name: Setup Xcode version
if: runner.os == 'macOS'
Expand Down

0 comments on commit 22e49d3

Please sign in to comment.