Skip to content

Commit 8d8ff91

Browse files
authored
chore(dev): switch macos-latest CI runner
1 parent faa445c commit 8d8ff91

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161
dotexe: ''
6262
shacmd: 'sha512sum'
6363
- os: macosx
64-
runner: macos-13
64+
runner: macos-latest
6565
os-cmake-args: '-DCMAKE_CXX_FLAGS="-static-libgcc -static-libstdc++ -flto -ffunction-sections -fdata-sections" -DCMAKE_EXE_LINKER_FLAGS="-Wl,-dead_strip" -DCMAKE_OSX_DEPLOYMENT_TARGET=10.15 ${POSIX_CMAKE_ARGS} ${MACOS_CMAKE_ARGS} -DLLVM_TARGETS_TO_BUILD=X86'
6666
build-args: '-j$(sysctl -n hw.ncpu)'
6767
bindir: '/build/bin'
@@ -174,7 +174,7 @@ jobs:
174174
- os: linux
175175
runner: ubuntu-22.04
176176
- os: macosx
177-
runner: macos-13 # Intel macOS runner
177+
runner: macos-latest # Intel macOS runner
178178
- os: windows
179179
runner: windows-latest
180180
runs-on: ${{ matrix.runner }}

0 commit comments

Comments
 (0)