From 4df59c09c97ad9e50d96206ebc56a7c7fe665de9 Mon Sep 17 00:00:00 2001 From: insunaa Date: Mon, 8 Jul 2024 22:09:38 +0200 Subject: [PATCH] CI/CD: Update MacOS version to 12 --- .github/workflows/macos.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/macos.yml b/.github/workflows/macos.yml index 9ec2a07399..6309506639 100644 --- a/.github/workflows/macos.yml +++ b/.github/workflows/macos.yml @@ -15,7 +15,7 @@ permissions: jobs: build: - runs-on: macos-11 + runs-on: macos-12 permissions: contents: read