Skip to content

Commit

Permalink
add CI execution for visionOS with Xcode 15.2
Browse files Browse the repository at this point in the history
  • Loading branch information
stonko1994 committed Jan 17, 2024
1 parent 11c9bc7 commit 9eaf3be
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci-xcode.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
runs-on: macos-13
strategy:
matrix:
xcode: ["14.3.1"]
xcode: ["14.3.1", "15.2"]
fail-fast: false
env:
DEVELOPER_DIR: "/Applications/Xcode_${{ matrix.xcode }}.app"
Expand All @@ -42,6 +42,8 @@ jobs:
- run: ./test ios
- run: ./test tvos
- run: ./test watchos
- run: ./test visionos
if: matrix.xcode == '15.2'

xcode_spm:
name: Xcode ${{ matrix.xcode }} (Swift Package)
Expand Down

0 comments on commit 9eaf3be

Please sign in to comment.