diff --git a/.github/workflows/integration.yml b/.github/workflows/integration.yml index e11e2da48..01ee5892e 100644 --- a/.github/workflows/integration.yml +++ b/.github/workflows/integration.yml @@ -11,7 +11,8 @@ jobs: test: strategy: matrix: - os: [ubuntu-latest, macos-latest-xl] + # FIXME: macos-latest-xl is disabled since colima is erroring out right now + os: [ubuntu-latest] runs-on: ${{ matrix.os }} name: Test steps: