From 90a9bf354542c0b75a6682d6fcb514954f4330c6 Mon Sep 17 00:00:00 2001 From: Diana Perez Afanador Date: Tue, 16 Jan 2024 21:51:13 +0100 Subject: [PATCH] Test --- .github/workflows/master-push.yml | 45 +++++++++++++------------------ 1 file changed, 18 insertions(+), 27 deletions(-) diff --git a/.github/workflows/master-push.yml b/.github/workflows/master-push.yml index 7e6f69b4cf..950cb3c3c6 100644 --- a/.github/workflows/master-push.yml +++ b/.github/workflows/master-push.yml @@ -4,7 +4,7 @@ on: branches: - "dp/new_migration_branch" env: - XCODE_VERSION: "['14.2', '14.3.1', '15.1', '15.2']" + XCODE_VERSION: "['14.2', '14.3.1', '15.1']" PLATFORM: "['ios', 'osx', 'watchos', 'tvos', 'catalyst']" BUILD_PLATFORM: "['ios', 'iossimulator', 'osx', 'watchos', 'watchossimulator', 'tvos', 'tvossimulator', 'catalyst']" DOC_VERSION: '15.1' @@ -188,23 +188,23 @@ jobs: configuration: static - target: RealmSwift configuration: static - include: - - platform: visionos - target: Realm - xcode-version: ${{ needs.prepare.outputs.VISION_VERSION }} - configuration: release - - platform: visionos - target: RealmSwift - xcode-version: ${{ needs.prepare.outputs.VISION_VERSION }} - configuration: release - - platform: visionossimulator - target: Realm - xcode-version: ${{ needs.prepare.outputs.VISION_VERSION }} - configuration: release - - platform: visionossimulator - target: RealmSwift - xcode-version: ${{ needs.prepare.outputs.VISION_VERSION }} - configuration: release + # include: + # - platform: visionos + # target: Realm + # xcode-version: ${{ needs.prepare.outputs.VISION_VERSION }} + # configuration: release + # - platform: visionos + # target: RealmSwift + # xcode-version: ${{ needs.prepare.outputs.VISION_VERSION }} + # configuration: release + # - platform: visionossimulator + # target: Realm + # xcode-version: ${{ needs.prepare.outputs.VISION_VERSION }} + # configuration: release + # - platform: visionossimulator + # target: RealmSwift + # xcode-version: ${{ needs.prepare.outputs.VISION_VERSION }} + # configuration: release steps: - name: Checkout uses: actions/checkout@v4 @@ -229,15 +229,6 @@ jobs: matrix: platform: ${{ fromJSON(needs.prepare.outputs.PLATFORM_MATRIX) }} xcode-version: ${{ fromJSON(needs.prepare.outputs.XCODE_VERSIONS_MATRIX) }} - exclude: - - platform: visionos - xcode-version: 14.1 - - platform: visionos - xcode-version: 14.2 - - platform: visionos - xcode-version: 14.3.1 - - platform: visionos - xcode-version: 15.0.1 steps: - name: Checkout uses: actions/checkout@v4