File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -169,7 +169,7 @@ jobs:
169
169
fail-fast : false
170
170
matrix :
171
171
# macos-latest is apparently not the latest.
172
- os : [macos-13 , ubuntu-latest, windows-latest]
172
+ os : [macos-14 , ubuntu-latest, windows-latest]
173
173
spm_configuration : [debug, release]
174
174
cmake_generator : [Ninja, Xcode]
175
175
@@ -200,8 +200,8 @@ jobs:
200
200
- os : windows-latest
201
201
use_spm : false
202
202
203
- - os : macos-13
204
- triple_suffix : apple-darwin23.3 .0
203
+ - os : macos-14
204
+ triple_suffix : apple-darwin24.1 .0
205
205
206
206
- os : ubuntu-latest
207
207
triple_suffix : unknown-linux-gnu
@@ -278,7 +278,7 @@ jobs:
278
278
${{ matrix.cmake_generator != 'Xcode' && format('-DCMAKE_BUILD_TYPE={0}', matrix.cmake_build_type) || '' }}
279
279
-DBUILD_TESTING=YES
280
280
-DLLVM_DIR=${{ github.workspace }}/${{ env.llvm_package_basename }}/lib/cmake/llvm
281
- ${{ matrix.os == 'macos-13 ' && '-D CMAKE_Swift_COMPILER=swiftc -DCMAKE_OSX_SYSROOT=$(xcrun --show-sdk-path)' || '' }}
281
+ ${{ matrix.os == 'macos-14 ' && '-D CMAKE_Swift_COMPILER=swiftc -DCMAKE_OSX_SYSROOT=$(xcrun --show-sdk-path)' || '' }}
282
282
working-directory : hylo
283
283
284
284
- name : Build (CMake)
You can’t perform that action at this time.
0 commit comments