Skip to content

Commit 6cc6cb7

Browse files
authored
upgrade macos runner to macos-14 (#17)
1 parent 03a926c commit 6cc6cb7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-amd64.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
dotexe: ''
5252
shacmd: 'sha512sum'
5353
- os: macosx
54-
runner: macos-11
54+
runner: macos-14
5555
os-cmake-args: '-DCMAKE_CXX_FLAGS="-static-libgcc -static-libstdc++ -flto" -DCMAKE_OSX_DEPLOYMENT_TARGET=11 ${POSIX_CMAKE_ARGS}'
5656
build-args: '-j$(sysctl -n hw.ncpu)'
5757
bindir: '/build/bin'

0 commit comments

Comments
 (0)