diff --git a/.github/workflows/docker-image.yml b/.github/workflows/docker-image.yml index 4c93195..d1897f5 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: ubuntu-latest + runs-on: macos-latest # Sets the permissions granted to the `GITHUB_TOKEN` for the actions in this job. permissions: contents: read