Skip to content

Commit

Permalink
ci: upgraded xcode version to 15.2 & enabled running tests for vision…
Browse files Browse the repository at this point in the history
…OS as well
  • Loading branch information
desusai7 committed Jul 1, 2024
1 parent cff2051 commit 8283e11
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,9 @@ jobs:
- { os: iOS, scheme: SimpleKeychain-iOS }
- { os: macOS, scheme: SimpleKeychain-macOS }
- { os: tvOS, scheme: SimpleKeychain-tvOS }
- { os: visionOS, scheme: SimpleKeychain-visionOS }
xcode:
- '15.0.1'
- '15.2'

steps:
- name: Checkout
Expand Down Expand Up @@ -71,7 +72,7 @@ jobs:
strategy:
matrix:
xcode:
- '15.0.1'
- '15.2'

steps:
- name: Checkout
Expand All @@ -92,7 +93,7 @@ jobs:
strategy:
matrix:
xcode:
- '15.0.1'
- '15.2'

steps:
- name: Checkout
Expand Down

0 comments on commit 8283e11

Please sign in to comment.