Skip to content

Commit

Permalink
feat: Add visionOS Support for Carthage
Browse files Browse the repository at this point in the history
Pre build visionOS for Carthage.

Fixes GH-3410
  • Loading branch information
philipphofmann committed Jan 22, 2024
1 parent 42ef6ba commit 64e0cb1
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on:
branches:
- main
- release/**
- feat/visionos-carthage

pull_request:
paths:
Expand Down Expand Up @@ -94,7 +95,7 @@ jobs:
runs-on: macos-13
steps:
- uses: actions/checkout@v4
- run: ./scripts/ci-select-xcode.sh 15.0.1
- run: ./scripts/ci-select-xcode.sh 15.2
- run: make build-xcframework
shell: sh

Expand Down Expand Up @@ -123,7 +124,7 @@ jobs:
- uses: actions/download-artifact@v4
with:
name: ${{ github.sha }}
- run: ./scripts/ci-select-xcode.sh 15.0.1
- run: ./scripts/ci-select-xcode.sh 15.2
- run: make build-xcframework-sample
shell: sh

Expand Down

0 comments on commit 64e0cb1

Please sign in to comment.