Skip to content

Commit

Permalink
Support Xcode 16 on GitHub Action
Browse files Browse the repository at this point in the history
  • Loading branch information
giginet committed Aug 7, 2024
1 parent 8beb3b2 commit 9ef76d7
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,14 @@ jobs:
name: Xcode ${{ matrix.xcode }}
strategy:
matrix:
xcode: ["14.3.1"]
xcode: ["14.3.1", "15.4", "16.0"]
include:
- xcode: "14.3.1"
macos: macos-13
- xcode: "15.3.1"
macos: macos-14
- xcode: "16.0"
macos: macos-14
env:
DEVELOPER_DIR: /Applications/Xcode_${{ matrix.xcode }}.app/Contents/Developer
steps:
Expand Down

0 comments on commit 9ef76d7

Please sign in to comment.