diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index faaa4457bb..b2696e7fc5 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -183,8 +183,8 @@ jobs: runner: ubuntu-latest # FIXME: try macos-14 runner once all actions support it # docker buildx action broken as of 2024-02-09 - - platform: linux/arm64 - runner: custom-macos + # - platform: linux/arm64 + # runner: custom-macos steps: - uses: actions/checkout@v4 - uses: docker/setup-buildx-action@v3