diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e2c3307..3d2b430 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -44,7 +44,7 @@ jobs: release: name: Release - runs-on: ubuntu-latest + runs-on: macos-latest if: ${{ startsWith(github.ref, 'refs/tags/') && (github.repository == 'cheonjaeung/gridlayout-compose') }} needs: test steps: