diff --git a/.github/workflows/release-artifacts.yml b/.github/workflows/release-artifacts.yml index bfe18390b62..a51cedca40e 100644 --- a/.github/workflows/release-artifacts.yml +++ b/.github/workflows/release-artifacts.yml @@ -102,7 +102,8 @@ jobs: runs-on: ${{ matrix.os }} strategy: matrix: - os: [ubuntu-20.04, macos-11] +# os: [ubuntu-20.04, macos-11] + os: [ubuntu-20.04] arch: [x86_64, aarch64] # is_pr is a flag used to exclude certain jobs from the matrix on PRs. # It is not read by the rest of the workflow.