From 2ac8041b7727713cc4fc25da47ab26cffbd555c6 Mon Sep 17 00:00:00 2001 From: Albert Graef Date: Wed, 17 Jul 2024 03:41:28 +0200 Subject: [PATCH] Update the macos runner to macos-12. --- .github/workflows/makefile.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/makefile.yml b/.github/workflows/makefile.yml index bc407f3..586ac18 100644 --- a/.github/workflows/makefile.yml +++ b/.github/workflows/makefile.yml @@ -9,7 +9,7 @@ on: jobs: macos-build: - runs-on: macos-11 + runs-on: macos-12 steps: - uses: actions/checkout@v3 @@ -48,7 +48,7 @@ jobs: macos-arm-build: - runs-on: macos-11 + runs-on: macos-12 steps: - uses: actions/checkout@v3