From 2e31b9ee17568731687bc9c371ae16b8802d5f86 Mon Sep 17 00:00:00 2001 From: "Sergey \"Shnatsel\" Davidoff" Date: Mon, 18 May 2026 22:58:02 +0100 Subject: [PATCH] Run x86 apple job on x86 hardware --- .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 d1a924704..94e96273a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -202,7 +202,7 @@ jobs: matrix: platform: - { target: aarch64-apple-darwin, os: macos-latest } - - { target: x86_64-apple-darwin, os: macos-latest } + - { target: x86_64-apple-darwin, os: macos-26-intel } - { target: x86_64-unknown-linux-gnu, os: ubuntu-latest } - { target: x86_64-pc-windows-msvc, os: windows-latest } - { target: i686-pc-windows-msvc, os: windows-latest }