From 6974e8d4b21e2f0d28b71595f87e6101688aa0c1 Mon Sep 17 00:00:00 2001 From: Alexander Widerberg Date: Thu, 16 Nov 2023 16:41:08 +0100 Subject: [PATCH] Allow visionOS to fail for now since the stable support will be added during H1 2024 --- .github/workflows/visionos.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/visionos.yml b/.github/workflows/visionos.yml index 66b7415..bf720c6 100644 --- a/.github/workflows/visionos.yml +++ b/.github/workflows/visionos.yml @@ -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" @@ -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" @@ -45,5 +47,6 @@ jobs: with: xcode-version: '15.0' - name: Build + continue-on-error: true run: ./.github/build.sh