From 4e8a38449ee72e3a47810559d62d9486292575d9 Mon Sep 17 00:00:00 2001 From: Matt Johnston Date: Mon, 21 Oct 2024 23:03:22 +0800 Subject: [PATCH] ci: Replace github macos 12 with macos 15 macos 12 is deprecated --- .github/workflows/build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index e569308f..837ea743 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -73,8 +73,8 @@ jobs: # .../ranlib: file: libtomcrypt.a(cbc_setiv.o) has no symbols ranlib: ranlib -no_warning_for_no_symbols - - name: macos 12 - os: macos-12 + - name: macos 15 + os: macos-15 cc: clang # OS X says daemon() and utmp are deprecated. # OS X tests for undefined TARGET_OS_EMBEDDED in libc headers