Skip to content

Commit

Permalink
upgrade macos runner to macos-14 (#17)
Browse files Browse the repository at this point in the history
  • Loading branch information
shenxianpeng authored May 7, 2024
1 parent 03a926c commit 6cc6cb7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-amd64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
dotexe: ''
shacmd: 'sha512sum'
- os: macosx
runner: macos-11
runner: macos-14
os-cmake-args: '-DCMAKE_CXX_FLAGS="-static-libgcc -static-libstdc++ -flto" -DCMAKE_OSX_DEPLOYMENT_TARGET=11 ${POSIX_CMAKE_ARGS}'
build-args: '-j$(sysctl -n hw.ncpu)'
bindir: '/build/bin'
Expand Down

0 comments on commit 6cc6cb7

Please sign in to comment.