diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4498c9c6..1a5fd4bb 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -29,6 +29,7 @@ jobs: DISABLE_SAMPLES: ${{ matrix.disable-samples }} run: ./gradlew build publish: + runs-on: ubuntu-latest if: github.repository_owner == 'spring-projects' needs: [build] steps: