Skip to content

Commit 40051c6

Browse files
committed
CI update to shift off macOS-11 runner due to deprecation
1 parent 3165ce2 commit 40051c6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/iostest.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818

1919
build:
2020

21-
runs-on: macos-11
21+
runs-on: macos-14
2222
#env:
2323
# sets the version of Xcode to utilize within the VM for all steps
2424
# DEVELOPER_DIR: /Applications/Xcode_13.app/Contents/Developer
@@ -56,6 +56,6 @@ jobs:
5656
run: |
5757
xcodebuild -scheme SwiftUI-Notes \
5858
-configuration Debug \
59-
-sdk iphonesimulator15.0 \
60-
-destination 'platform=iOS Simulator,OS=15.0,name=iPhone 8' \
59+
-sdk iphonesimulator17.0 \
60+
-destination 'platform=iOS Simulator,OS=16.4,name=iPhone 8' \
6161
test -showBuildTimingSummary

0 commit comments

Comments
 (0)