Skip to content

Commit

Permalink
Fix CI by upgrading to iOS 17 SDK
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronbrethorst committed Nov 20, 2023
1 parent c8a304f commit 1404399
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/obakittests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:

jobs:
build:
runs-on: macos-12
runs-on: macos-13

steps:
- uses: actions/checkout@v2
Expand All @@ -20,8 +20,8 @@ jobs:
restore-keys: |
${{ runner.os }}-spm-
- name: Switch Xcode 14
run: sudo xcode-select -switch /Applications/Xcode_14.2.app
- name: Switch Xcode 15
run: sudo xcode-select -switch /Applications/Xcode_15.0.1.app

- name: Install xcodegen
run: brew install xcodegen
Expand All @@ -33,7 +33,7 @@ jobs:
- name: Build OneBusAway
run: xcodebuild clean build-for-testing
-scheme 'App'
-destination 'platform=iOS Simulator,OS=16.2,name=iPhone 14'
-destination 'platform=iOS Simulator,OS=17.0,name=iPhone 14'
-quiet

# Unit Test
Expand All @@ -42,7 +42,7 @@ jobs:
-only-testing:OBAKitTests
-project 'OBAKit.xcodeproj'
-scheme 'App'
-destination 'platform=iOS Simulator,OS=16.2,name=iPhone 14'
-destination 'platform=iOS Simulator,OS=17.0,name=iPhone 14'
-resultBundlePath OBAKitTests.xcresult
-quiet

Expand Down

0 comments on commit 1404399

Please sign in to comment.