Skip to content

Commit b5bf648

Browse files
committed
Move to macos-14
1 parent 75409c7 commit b5bf648

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/build-and-test.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ jobs:
169169
fail-fast: false
170170
matrix:
171171
# macos-latest is apparently not the latest.
172-
os: [macos-13, ubuntu-latest, windows-latest]
172+
os: [macos-14, ubuntu-latest, windows-latest]
173173
spm_configuration: [debug, release]
174174
cmake_generator: [Ninja, Xcode]
175175

@@ -200,8 +200,8 @@ jobs:
200200
- os: windows-latest
201201
use_spm: false
202202

203-
- os: macos-13
204-
triple_suffix: apple-darwin23.3.0
203+
- os: macos-14
204+
triple_suffix: apple-darwin24.1.0
205205

206206
- os: ubuntu-latest
207207
triple_suffix: unknown-linux-gnu
@@ -278,7 +278,7 @@ jobs:
278278
${{ matrix.cmake_generator != 'Xcode' && format('-DCMAKE_BUILD_TYPE={0}', matrix.cmake_build_type) || '' }}
279279
-DBUILD_TESTING=YES
280280
-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)' || '' }}
282282
working-directory: hylo
283283

284284
- name: Build (CMake)

0 commit comments

Comments
 (0)