Skip to content

Commit

Permalink
Test
Browse files Browse the repository at this point in the history
  • Loading branch information
dianaafanador3 committed Jan 16, 2024
1 parent 986acc0 commit 90a9bf3
Showing 1 changed file with 18 additions and 27 deletions.
45 changes: 18 additions & 27 deletions .github/workflows/master-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit 90a9bf3

Please sign in to comment.