Add missing runs-on to ci workflow

- Relates #470
This commit is contained in:
Janne Valkealahti
2022-08-16 12:08:46 +01:00
parent a45e0abf58
commit 19902ed021

View File

@@ -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: