From cfd803feed0ea7bee3c1cbb44c573c2f63fe1da5 Mon Sep 17 00:00:00 2001 From: Albert Graef Date: Fri, 13 Dec 2024 19:18:48 +0100 Subject: [PATCH] MacOS 12 not supported any more, try MacOS 13 build instead. --- .github/workflows/makefile.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/makefile.yml b/.github/workflows/makefile.yml index 18642b80d..4b082a108 100644 --- a/.github/workflows/makefile.yml +++ b/.github/workflows/makefile.yml @@ -10,7 +10,7 @@ on: jobs: macos-build: - runs-on: macos-12 + runs-on: macos-13 steps: - uses: actions/checkout@v3