Skip to content

Commit e35be2f

Browse files
committedApr 2, 2024
Upgrade CI environment to macOS 13
1 parent 80194a2 commit e35be2f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎.github/workflows/ci.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ on: [push, pull_request]
44

55
jobs:
66
test_lint:
7-
runs-on: macos-latest
7+
runs-on: macos-13
88

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

0 commit comments

Comments
 (0)