Skip to content

Commit

Permalink
Bump macOS CI runner and add timeout (#384)
Browse files Browse the repository at this point in the history
  • Loading branch information
julianlocke authored Dec 11, 2023
1 parent 4ba4cd3 commit 913d554
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@ on: [pull_request, workflow_dispatch]
jobs:
test:
name: Run Unit Tests
runs-on: macos-latest
runs-on: macos-13
timeout-minutes: 45

steps:
- name: Checkout
Expand All @@ -24,7 +25,7 @@ jobs:
ACCOUNT_ID_2: ${{ secrets.ACCOUNT_ID_2 }}
ACCOUNT_ID_3: ${{ secrets.ACCOUNT_ID_3 }}
platform: ${{ 'iOS Simulator' }}
device: ${{ 'iPhone 13' }}
device: ${{ 'iPhone 14' }}
run: |
xcodebuild -workspace TestSwiftyDropbox/TestSwiftyDropbox.xcworkspace/ -scheme TestSwiftyDropbox_iOS -sdk iphonesimulator \
-destination "platform=$platform,name=$device" \
Expand Down

0 comments on commit 913d554

Please sign in to comment.