From c04e137eb4534783e302adf307e9989344cb112d Mon Sep 17 00:00:00 2001 From: Hugues Delorme Date: Tue, 4 Feb 2025 09:04:03 +0100 Subject: [PATCH] CI: try to fix macOS build(temporar) --- .github/workflows/ci_macos.yml | 6 ++++-- .github/workflows/ci_macos_conda.yml | 2 +- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci_macos.yml b/.github/workflows/ci_macos.yml index 18c14058..cdef230a 100644 --- a/.github/workflows/ci_macos.yml +++ b/.github/workflows/ci_macos.yml @@ -1,4 +1,5 @@ -name: macOS x64/arm64 +#name: macOS x64/arm64 +name: macOS arm64 on: [push] @@ -7,7 +8,8 @@ jobs: strategy: matrix: qt_version_major: [5, 6] - os: [macos-latest-large, macos-latest-xlarge] + os: [macos-latest] + #os: [macos-latest-large, macos-latest-xlarge] runs-on: ${{matrix.os}} name: build-${{matrix.os}}-qt${{matrix.qt_version_major}} diff --git a/.github/workflows/ci_macos_conda.yml b/.github/workflows/ci_macos_conda.yml index 4ea89e24..695db207 100644 --- a/.github/workflows/ci_macos_conda.yml +++ b/.github/workflows/ci_macos_conda.yml @@ -1,4 +1,4 @@ -name: macOS-conda x64 +name: macOS-conda arm64 on: [push]