Skip to content

Commit

Permalink
Allow visionOS to fail for now since the stable support will be added…
Browse files Browse the repository at this point in the history
… during H1 2024
  • Loading branch information
Alexander Widerberg committed Nov 16, 2023
1 parent 65e4356 commit 6974e8d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/visionos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ jobs:
with:
xcode-version: '15.0'
- name: Build
continue-on-error: true
run: ./.github/build.sh
build_with_15_SIMULATOR64:
name: "Xcode version 15.0.0, Target visionOS Simulator [x86_64] Target SDK 1.0"
Expand All @@ -32,6 +33,7 @@ jobs:
with:
xcode-version: '15.0'
- name: Build
continue-on-error: true
run: ./.github/build.sh
build_with_15_SIMULATOR_VISIONOS:
name: "Xcode version 15.0.0, Target visionOS Simulator [arm64] Target SDK 1.0"
Expand All @@ -45,5 +47,6 @@ jobs:
with:
xcode-version: '15.0'
- name: Build
continue-on-error: true
run: ./.github/build.sh

0 comments on commit 6974e8d

Please # to comment.