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]