From dc8de380a096346fca07ba06cfcfffbf3d168675 Mon Sep 17 00:00:00 2001 From: R4SAS Date: Sat, 8 Nov 2025 01:05:45 +0300 Subject: [PATCH] [gha] macos: more tests --- .github/workflows/build-macos.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/build-macos.yml b/.github/workflows/build-macos.yml index 707dd8f4..e6bae80f 100644 --- a/.github/workflows/build-macos.yml +++ b/.github/workflows/build-macos.yml @@ -18,9 +18,9 @@ on: branches: - '*' -concurrency: - group: ci-macos - cancel-in-progress: false +#concurrency: +# group: ci-macos +# cancel-in-progress: false jobs: build: @@ -31,10 +31,10 @@ jobs: fail-fast: true matrix: include: - - target: macos-latest + - target: macos-15 target-name: ARM64 - #- target: macos-latest-large - # target-name: Intel x86_64 + - target: macos-15-intel + target-name: Intel x86_64 steps: - name: Checkout