Skip to content

Commit 752a845

Browse files
authored
Fix visionOS test targeting (#347)
1 parent f7d8619 commit 752a845

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

e2e/bitrise.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ workflows:
2525
- bitrise-run:
2626
title: Run visionOS test if current stack supports it
2727
run_if: |-
28-
{{ and (ne (getenv "BITRISEIO_STACK_ID") "osx-xcode-15.1.x") (ne (getenv "BITRISEIO_STACK_ID") "osx-xcode-15.0.x") (not (envcontain "BITRISEIO_STACK_ID" "osx-xcode-14.")) }}
28+
{{ and (not (envcontain "BITRISEIO_STACK_ID" "osx-xcode-15.0")) (not (envcontain "BITRISEIO_STACK_ID" "osx-xcode-15.1")) (not (envcontain "BITRISEIO_STACK_ID" "osx-xcode-14.")) }}
2929
inputs:
3030
- workflow_id: utility_test_visionOS
3131
- bitrise_config_path: ./e2e/bitrise.yml

0 commit comments

Comments
 (0)