From cdc83ad98ad4fe0f6e05de25b154ba48b2f77657 Mon Sep 17 00:00:00 2001 From: Matt Johnston Date: Thu, 10 Nov 2022 11:13:00 +0800 Subject: [PATCH] Update github action to macos-12 10.15 is being removed on github soon --- .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 ef29c68..5e8de33 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -50,8 +50,8 @@ jobs: - name: c89 extracflags: -std=c89 -Wdeclaration-after-statement - - name: macos 10.15 - os: macos-10.15 + - name: macos 12 + os: macos-12 cc: clang # OS X says daemon() and utmp are deprecated. # OS X tests for undefined TARGET_OS_EMBEDDED in libc headers