From 19902ed021afc7f318699cf9142e97d6618a2994 Mon Sep 17 00:00:00 2001 From: Janne Valkealahti Date: Tue, 16 Aug 2022 12:08:46 +0100 Subject: [PATCH] Add missing runs-on to ci workflow - Relates #470 --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) 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: