From c071da7551bc867fdf91ff0f45d9eaa0621a192d Mon Sep 17 00:00:00 2001 From: Spencer Wilson Date: Mon, 4 Nov 2024 17:07:36 -0500 Subject: [PATCH] Remove macos-12 runner due to GitHub deprecation. See https://github.com/actions/runner-images/issues/10721. Signed-off-by: Spencer Wilson --- .github/workflows/macos.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/macos.yml b/.github/workflows/macos.yml index 1446ff94..0c537db7 100644 --- a/.github/workflows/macos.yml +++ b/.github/workflows/macos.yml @@ -14,7 +14,6 @@ jobs: matrix: os: - macos-13 - - macos-12 libjade-build: # build with -DOQS_LIBJADE_BUILD=ON when building for algorithms with libjade implementations - "OFF"