Skip to content

Commit 19902ed

Browse files
committed
Add missing runs-on to ci workflow
- Relates #470
1 parent a45e0ab commit 19902ed

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ jobs:
2929
DISABLE_SAMPLES: ${{ matrix.disable-samples }}
3030
run: ./gradlew build
3131
publish:
32+
runs-on: ubuntu-latest
3233
if: github.repository_owner == 'spring-projects'
3334
needs: [build]
3435
steps:

0 commit comments

Comments
 (0)