Skip to content

Commit

Permalink
main.yml: add build on Xcode 15.4 and 16.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Alkenso committed Sep 20, 2024
1 parent 33f33c0 commit cae9cbd
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@ jobs:
- xcode: "16.0" # Swift 6
macOS: "14"
iOS: "17.0"
- xcode: "15.4" # Swift 5.9
macOS: "14"
iOS: "17.0"
fail-fast: false

runs-on: macos-${{ matrix.macOS }}
Expand Down

0 comments on commit cae9cbd

Please sign in to comment.