Skip to content

Commit

Permalink
Updates schemes
Browse files Browse the repository at this point in the history
  • Loading branch information
ullas-jain committed Nov 15, 2023
1 parent 81fce91 commit e333f3e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/CI_iOS.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ jobs:
# This workflow contains a single job called "build-and-test"
build-and-test:
# The type of runner that the job will run on
runs-on: macos-13
runs-on: macos-13-xlarge

timeout-minutes: 10
timeout-minutes: 20

# Steps represent a sequence of tasks that will be executed as part of the job
steps:
Expand All @@ -22,7 +22,7 @@ jobs:
uses: maxim-lobanov/setup-xcode@v1

- name: Select Xcode
run: sudo xcode-select -switch /Applications/Xcode_14.3.app
run: sudo xcode-select -switch /Applications/Xcode_15.0.1.app

- name: Xcode version
run: /usr/bin/xcodebuild -version
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/CI_macOS.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
uses: maxim-lobanov/setup-xcode@v1

- name: Select Xcode
run: sudo xcode-select -switch /Applications/Xcode_14.3.app
run: sudo xcode-select -switch /Applications/Xcode_15.0.1.app

- name: Xcode version
run: /usr/bin/xcodebuild -version
Expand Down

0 comments on commit e333f3e

Please sign in to comment.