4242 FormattingLint :
4343 needs : should-run
4444 if : ${{ needs.should-run.outputs.should-run == 'true' }}
45- runs-on : macos-15
45+ runs-on : macos-latest
4646 steps :
4747 - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
4848 - name : SwiftFormat
@@ -62,12 +62,12 @@ jobs:
6262 macOS :
6363 needs : should-run
6464 if : ${{ needs.should-run.outputs.should-run == 'true' }}
65- runs-on : macos-15
65+ runs-on : macos-latest
6666 steps :
6767 - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
6868 - uses : maxim-lobanov/setup-xcode@60606e260d2fc5762a71e64e74b2174e8ea3c8bd # v1.6.0
6969 with :
70- xcode-version : 16.4
70+ xcode-version : latest-stable
7171 - name : Build and Test for macOS
7272 run : swift test --enable-code-coverage
7373 - name : Upload Code coverage
@@ -79,12 +79,12 @@ jobs:
7979 iOS :
8080 needs : should-run
8181 if : ${{ needs.should-run.outputs.should-run == 'true' }}
82- runs-on : macos-15
82+ runs-on : macos-latest
8383 steps :
8484 - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
8585 - uses : maxim-lobanov/setup-xcode@60606e260d2fc5762a71e64e74b2174e8ea3c8bd # v1.6.0
8686 with :
87- xcode-version : 16.4
87+ xcode-version : latest-stable
8888 - name : Install Homebrew kegs
8989 run : make setup-brew
9090 - name : Build for iOS
@@ -94,12 +94,12 @@ jobs:
9494 tvOS :
9595 needs : should-run
9696 if : ${{ needs.should-run.outputs.should-run == 'true' }}
97- runs-on : macos-15
97+ runs-on : macos-latest
9898 steps :
9999 - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
100100 - uses : maxim-lobanov/setup-xcode@60606e260d2fc5762a71e64e74b2174e8ea3c8bd # v1.6.0
101101 with :
102- xcode-version : 16.4
102+ xcode-version : latest-stable
103103 - name : Install Homebrew kegs
104104 run : make setup-brew
105105 - name : Build for tvOS
@@ -109,12 +109,12 @@ jobs:
109109 watchOS :
110110 needs : should-run
111111 if : ${{ needs.should-run.outputs.should-run == 'true' }}
112- runs-on : macos-15
112+ runs-on : macos-latest
113113 steps :
114114 - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
115115 - uses : maxim-lobanov/setup-xcode@60606e260d2fc5762a71e64e74b2174e8ea3c8bd # v1.6.0
116116 with :
117- xcode-version : 16.4
117+ xcode-version : latest-stable
118118 - name : Install Homebrew kegs
119119 run : make setup-brew
120120 - name : Build for watchOS
@@ -124,12 +124,12 @@ jobs:
124124 visionOS :
125125 needs : should-run
126126 if : ${{ needs.should-run.outputs.should-run == 'true' }}
127- runs-on : macos-15
127+ runs-on : macos-latest
128128 steps :
129129 - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
130130 - uses : maxim-lobanov/setup-xcode@60606e260d2fc5762a71e64e74b2174e8ea3c8bd # v1.6.0
131131 with :
132- xcode-version : 16.4
132+ xcode-version : latest-stable
133133 - name : Install Homebrew kegs
134134 run : make setup-brew
135135 - name : Build for visionOS
0 commit comments