From 5382e59d71dcb1bf819d399fd0d7b9665db016cb Mon Sep 17 00:00:00 2001 From: Pierre Tachoire Date: Tue, 9 Dec 2025 14:05:00 +0100 Subject: [PATCH] ci: use macos-14-intel for building macos x86 macos-13 is unsupported. We Have to switch for payed instance. see https://github.com/actions/runner-images/issues/13046 --- .github/workflows/build.yml | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 98abeffd..747a132f 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -138,12 +138,7 @@ jobs: ARCH: x86_64 OS: macos - # macos-13 runs on x86 CPU. see - # https://github.com/actions/runner-images?tab=readme-ov-file - # If we want to build for macos-14 or superior, we need to switch to - # macos-14-large. - # No need for now, but maybe we will need it in the short term. - runs-on: macos-13 + runs-on: macos-14-large timeout-minutes: 15 steps: