Skip to content

Commit

Permalink
update script runner
Browse files Browse the repository at this point in the history
  • Loading branch information
Andy Kelso committed Sep 19, 2023
1 parent 863fa4c commit 5c48761
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@ env:

jobs:
Run_Tests:
runs-on: macOS-12
runs-on: macOS-13
steps:
- uses: actions/checkout@v3
- name: Select Xcode
run: sudo xcode-select -switch /Applications/Xcode_13.4.app && /usr/bin/xcodebuild -version
run: sudo xcode-select -switch /Applications/Xcode_14.2.app && /usr/bin/xcodebuild -version

- name: List Simulators
run: xcrun simctl list runtimes
Expand All @@ -26,6 +26,6 @@ jobs:
xcodebuild \
-project RecurlySDK-iOS.xcodeproj \
-scheme RecurlySDK-iOS \
-destination 'platform=iOS Simulator,name=iPhone 13' \
-destination 'platform=iOS Simulator,name=iPhone 14' \
PUBLIC_KEY=$API_TOKEN \
test \

0 comments on commit 5c48761

Please sign in to comment.