Skip to content
This repository has been archived by the owner on May 6, 2024. It is now read-only.

Commit

Permalink
chore: update xcode version
Browse files Browse the repository at this point in the history
  • Loading branch information
Muhammad Umer committed Aug 16, 2023
1 parent eeaa300 commit 527a88a
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 22 deletions.
29 changes: 8 additions & 21 deletions .github/workflows/edXTestSuit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,35 +9,22 @@ on:
jobs:
xcode-ios:
name: "${{ matrix.env.name }}"
runs-on: macos-11
runs-on: macos-12
strategy:
fail-fast: false
matrix:
env:
- name: "Test iOS 15"
runtime: "iOS-15-2"
device: "iPhone 8"
- name: "Test iOS 16"
runtime: "iOS-16"
device: "iPhone 14 Pro"
task: "testLTRCurrentOS"
- name: "Test RTL iOS 15.2"
runtime: "iOS-15-2"
device: "iPhone 8"
- name: "Test RTL iOS 16"
runtime: "iOS-16"
device: "iPhone 14 Pro"
task: "testRTLCurrentOS"
- name: "Test iOS 14.4"
runtime: "iOS-14-4"
device: "iPhone 8"
task: "testLTRPreviousOS"
- name: "Test RTL iOS 14.4"
runtime: "iOS-14-4"
device: "iPhone 8"
task: "testRTLPreviousOS"
steps:
- name: Git checkout
uses: actions/checkout@v2
- name: "Select Xcode 13.2.1"
run: |
sudo mkdir -p /Library/Developer/CoreSimulator/Profiles/Runtimes
sudo ln -s /Applications/Xcode_12.4.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime /Library/Developer/CoreSimulator/Profiles/Runtimes/iOS\ 14.4.simruntime
sudo xcode-select -s /Applications/Xcode_13.2.1.app
uses: actions/checkout@v2
- name: Run tests
if: always()
run: |
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -296,7 +296,7 @@ def RTLSchemeForScheme(scheme) {
return scheme + '-RTL'
}

def operatingSystems = ["currentOS": "16.4", "previousOS": "15.5"]
def operatingSystems = ["currentOS": "16", "previousOS": "15"]
def directions = ["LTR": scheme, "RTL": RTLSchemeForScheme(scheme)]
def commands = ["test" : ["record" : false], "recordSnapshots": ["record" : true]]

Expand Down

0 comments on commit 527a88a

Please sign in to comment.