Skip to content

Commit 21cba8e

Browse files
committed
update workflows
1 parent ac6e409 commit 21cba8e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
runs-on: macOS-latest
2121
strategy:
2222
matrix:
23-
target: [ "iOS", "tvOS", "watchOS","xrOS" ]
23+
target: [ "iOS", "tvOS", "watchOS", "visionOS" ]
2424
steps:
2525
- name: Checkout
2626
uses: actions/[email protected]

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
BUILD_NUMBER: ${{ steps.build-vars.outputs.BUILD_NUMBER }}
1717
strategy:
1818
matrix:
19-
target: [ "iOS", "tvOS", "watchOS", "xrOS" ]
19+
target: [ "iOS", "tvOS", "watchOS", "visionOS" ]
2020
steps:
2121
- name: Checkout
2222
uses: actions/[email protected]

0 commit comments

Comments
 (0)