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 24
24
# time, so this covers the Core spec and tests.
25
25
pod-lib-lint-core :
26
26
name : CocoaPods lib lint Core
27
- runs-on : macos-14
27
+ runs-on : macos-15
28
28
strategy :
29
29
fail-fast : false
30
30
matrix :
55
55
# resources without any real gain.
56
56
pod-lib-lint-subspecs :
57
57
name : CocoaPods lib lint SubSpecs
58
- runs-on : macos-14
58
+ runs-on : macos-15
59
59
strategy :
60
60
fail-fast : false
61
61
matrix :
Original file line number Diff line number Diff line change 31
31
32
32
jobs :
33
33
examples :
34
- runs-on : macos-14
34
+ runs-on : macos-15
35
35
strategy :
36
36
fail-fast : false
37
37
matrix :
Original file line number Diff line number Diff line change 29
29
30
30
jobs :
31
31
swift :
32
- runs-on : macos-14
32
+ runs-on : macos-15
33
33
strategy :
34
34
fail-fast : false
35
35
matrix :
43
43
swift build --configuration ${{ matrix.CONFIGURATION }}
44
44
45
45
xcodebuild :
46
- runs-on : macos-14
46
+ runs-on : macos-15
47
47
strategy :
48
48
fail-fast : false
49
49
matrix :
Original file line number Diff line number Diff line change 24
24
jobs :
25
25
swift :
26
26
# The swift command line only support build/testing for macOS on.
27
- runs-on : macos-14
27
+ runs-on : macos-15
28
28
strategy :
29
29
fail-fast : false
30
30
matrix :
40
40
xcodebuild :
41
41
# Job(s) to build for all the platforms to ensure that is working and the
42
42
# tests are passing.
43
- runs-on : macos-14
43
+ runs-on : macos-15
44
44
strategy :
45
45
fail-fast : false
46
46
matrix :
53
53
set -eu
54
54
case "${{matrix.PLATFORM}}" in
55
55
ios)
56
- DESTINATION="platform=iOS Simulator,name=iPhone 14 ,OS=latest"
56
+ DESTINATION="platform=iOS Simulator,name=iPhone 16 ,OS=latest"
57
57
;;
58
58
macos)
59
59
DESTINATION="platform=macOS"
65
65
DESTINATION="platform=visionOS Simulator,name=Apple Vision Pro,OS=latest"
66
66
;;
67
67
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"
69
69
;;
70
70
esac
71
71
You can’t perform that action at this time.
0 commit comments