From 1531c201bbc784d69f3a3c43804519e621c74e82 Mon Sep 17 00:00:00 2001 From: ardocrat Date: Sun, 27 Oct 2024 00:46:53 +0300 Subject: [PATCH] github: macos 12 --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index de41389..28ff253 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -94,7 +94,7 @@ jobs: macos_release: name: MacOS Release - runs-on: macos-latest + runs-on: macos-12 steps: - name: Checkout uses: actions/checkout@v4