From 8283e11d34a6eda88b44e170daf7c04fa8d515f4 Mon Sep 17 00:00:00 2001 From: Sai Venkat Desu Date: Mon, 1 Jul 2024 15:27:10 +0530 Subject: [PATCH] ci: upgraded xcode version to 15.2 & enabled running tests for visionOS as well --- .github/workflows/main.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 477a42a..785d41d 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -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 @@ -71,7 +72,7 @@ jobs: strategy: matrix: xcode: - - '15.0.1' + - '15.2' steps: - name: Checkout @@ -92,7 +93,7 @@ jobs: strategy: matrix: xcode: - - '15.0.1' + - '15.2' steps: - name: Checkout