From 339ae5fdb949fbed48e34fccab3003e20c7fdcec Mon Sep 17 00:00:00 2001 From: Martin Marmsoler Date: Wed, 8 May 2024 21:17:31 +0200 Subject: [PATCH] macos-latest is now the arm64 version, but we wanna build against x86_64 Description: Because openssl uses it https://github.com/actions/runner-images/tree/main --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 9c77e61e..f9b23285 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -139,7 +139,7 @@ jobs: cmake_env: {} - name: macos - os: macos-latest + os: macos-latest-large ninja_platform: mac qt_platform: mac openssl_arch: darwin64-x86_64-cc