From 483f61111b29a08b74860493633eac1e199a7575 Mon Sep 17 00:00:00 2001 From: Joe Corall Date: Thu, 14 Nov 2024 03:07:58 -0500 Subject: [PATCH] oh yeah... Mac runner doesn't ship with docker --- .github/workflows/integration-test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/integration-test.yml b/.github/workflows/integration-test.yml index af472b5..ad04b83 100644 --- a/.github/workflows/integration-test.yml +++ b/.github/workflows/integration-test.yml @@ -25,7 +25,7 @@ jobs: runs-on: ${{ matrix.os }} strategy: matrix: - os: [ubuntu-22.04, ubuntu-24.04, macos-latest] + os: [ubuntu-22.04, ubuntu-24.04] env: ISLANDORA_TAG: "${{ github.event.inputs.buildkit-tag }}" ISLANDORA_STARTER_OWNER: "${{ github.event.inputs.starter-site-owner }}"