From 4a466922c423ad2ae5d906516e5a1aa4c98317ef Mon Sep 17 00:00:00 2001 From: Stefano Bonicatti Date: Fri, 18 Oct 2024 13:58:11 +0200 Subject: [PATCH] Remove x86 temporarily --- .github/workflows/hosted_runners.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/hosted_runners.yml b/.github/workflows/hosted_runners.yml index e04eb8d5be2..38557decd10 100644 --- a/.github/workflows/hosted_runners.yml +++ b/.github/workflows/hosted_runners.yml @@ -538,7 +538,7 @@ jobs: strategy: matrix: build_type: [Release, Debug] - architecture: [x86_64, arm64] + architecture: [arm64] os: [macos-14, macos-15] steps: