diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index ba56b1e..dcfd7a1 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -4,7 +4,7 @@ on: workflow_dispatch: push: branches: - - "main" + - "feat/migrate-ky-alpine" tags: - "v*.*.*" @@ -15,12 +15,15 @@ permissions: # A workflow run is made up of one or more jobs that can run sequentially or in parallel jobs: build: - runs-on: macos-latest + runs-on: macos-13 steps: # Get the repositery's code - name: Checkout uses: actions/checkout@v4 + - name: Setup Docker on macOS + uses: douglascamata/setup-docker-macos-action@v1-alpha + # https://github.com/docker/setup-qemu-action - name: Set up QEMU uses: docker/setup-qemu-action@v3