File tree Expand file tree Collapse file tree 4 files changed +9
-9
lines changed Expand file tree Collapse file tree 4 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 2424 # time, so this covers the Core spec and tests.
2525 pod-lib-lint-core :
2626 name : CocoaPods lib lint Core
27- runs-on : macos-14
27+ runs-on : macos-15
2828 strategy :
2929 fail-fast : false
3030 matrix :
5555 # resources without any real gain.
5656 pod-lib-lint-subspecs :
5757 name : CocoaPods lib lint SubSpecs
58- runs-on : macos-14
58+ runs-on : macos-15
5959 strategy :
6060 fail-fast : false
6161 matrix :
Original file line number Diff line number Diff line change 3131
3232jobs :
3333 examples :
34- runs-on : macos-14
34+ runs-on : macos-15
3535 strategy :
3636 fail-fast : false
3737 matrix :
Original file line number Diff line number Diff line change 2929
3030jobs :
3131 swift :
32- runs-on : macos-14
32+ runs-on : macos-15
3333 strategy :
3434 fail-fast : false
3535 matrix :
4343 swift build --configuration ${{ matrix.CONFIGURATION }}
4444
4545 xcodebuild :
46- runs-on : macos-14
46+ runs-on : macos-15
4747 strategy :
4848 fail-fast : false
4949 matrix :
Original file line number Diff line number Diff line change 2424jobs :
2525 swift :
2626 # The swift command line only support build/testing for macOS on.
27- runs-on : macos-14
27+ runs-on : macos-15
2828 strategy :
2929 fail-fast : false
3030 matrix :
4040 xcodebuild :
4141 # Job(s) to build for all the platforms to ensure that is working and the
4242 # tests are passing.
43- runs-on : macos-14
43+ runs-on : macos-15
4444 strategy :
4545 fail-fast : false
4646 matrix :
5353 set -eu
5454 case "${{matrix.PLATFORM}}" in
5555 ios)
56- DESTINATION="platform=iOS Simulator,name=iPhone 14 ,OS=latest"
56+ DESTINATION="platform=iOS Simulator,name=iPhone 16 ,OS=latest"
5757 ;;
5858 macos)
5959 DESTINATION="platform=macOS"
6565 DESTINATION="platform=visionOS Simulator,name=Apple Vision Pro,OS=latest"
6666 ;;
6767 watchos)
68- DESTINATION="platform=WatchOS Simulator,name=Apple Watch Series 7 (45mm ),OS=latest"
68+ DESTINATION="platform=WatchOS Simulator,name=Apple Watch Series 10 (46mm ),OS=latest"
6969 ;;
7070 esac
7171
You can’t perform that action at this time.
0 commit comments