diff --git a/.github/workflows/docker-image.yml b/.github/workflows/docker-image.yml index d1897f5..960a5a6 100644 --- a/.github/workflows/docker-image.yml +++ b/.github/workflows/docker-image.yml @@ -14,7 +14,7 @@ env: # There is a single job in this workflow. It's configured to run on the latest available version of Ubuntu. jobs: build-and-push-image: - runs-on: macos-latest + runs-on: macos-13 # Sets the permissions granted to the `GITHUB_TOKEN` for the actions in this job. permissions: contents: read @@ -25,6 +25,8 @@ jobs: uses: actions/checkout@v4 with: submodules: true + - name: Set up Docker on macOS + uses: douglascamata/setup-docker-action@v1-alpha - name: Set up QEMU uses: docker/setup-qemu-action@v3 - name: Set up Docker Buildx