From acff3e4acb6750880aed9f11920b9d73e6529668 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Janiszewski?= Date: Sat, 6 Jul 2024 23:37:58 +0200 Subject: [PATCH] Use x86-64 macos builder --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 815bcf52..f30a751b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -94,7 +94,7 @@ jobs: asset_content_type: application/zip macos-build: name: macOS - runs-on: macos-latest + runs-on: macos-12 needs: createrelease if: always() strategy: