Skip to content

Commit

Permalink
Add visionOS to CI jobs
Browse files Browse the repository at this point in the history
  • Loading branch information
bamx23 committed May 6, 2024
1 parent 5d45a2f commit e05ca17
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/cocoapods-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,8 @@ jobs:
config: ""
- platform: watchOS
config: ""
- platform: visionOS
config: ""
steps:
- name: Checkout Code
uses: actions/checkout@v4
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/unit-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ jobs:
- watchOS
- tvOS
- mac-catalyst
- visionOS
steps:
- name: Checkout Code
uses: actions/checkout@v4
Expand Down

0 comments on commit e05ca17

Please sign in to comment.