We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent faa445c commit 8d8ff91Copy full SHA for 8d8ff91
.github/workflows/build.yml
@@ -61,7 +61,7 @@ jobs:
61
dotexe: ''
62
shacmd: 'sha512sum'
63
- os: macosx
64
- runner: macos-13
+ runner: macos-latest
65
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'
66
build-args: '-j$(sysctl -n hw.ncpu)'
67
bindir: '/build/bin'
@@ -174,7 +174,7 @@ jobs:
174
- os: linux
175
runner: ubuntu-22.04
176
177
- runner: macos-13 # Intel macOS runner
+ runner: macos-latest # Intel macOS runner
178
- os: windows
179
runner: windows-latest
180
runs-on: ${{ matrix.runner }}
0 commit comments