Skip to content

Commit

Permalink
Upgrade CI environment to macOS 13
Browse files Browse the repository at this point in the history
  • Loading branch information
aidewoode committed Apr 2, 2024
1 parent 80194a2 commit e35be2f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on: [push, pull_request]

jobs:
test_lint:
runs-on: macos-latest
runs-on: macos-13

steps:
- uses: actions/checkout@v3
Expand All @@ -15,4 +15,4 @@ jobs:
- name: Test and Lint
run: |
swiftlint
set -o pipefail && xcodebuild test -scheme "BlackCandy" -destination platform="iOS Simulator,name=iPhone 14 Pro Max,OS=16.2" | xcpretty --test
set -o pipefail && xcodebuild test -scheme "BlackCandy" -destination platform="iOS Simulator,name=iPhone 15 Pro Max,OS=17.2" | xcpretty --test

0 comments on commit e35be2f

Please sign in to comment.