Merge pull request #37578 from onobc

* gh-37578:
  Use larger runner for PR workflow

Closes gh-37578
This commit is contained in:
Andy Wilkinson
2023-09-27 09:17:32 +01:00

View File

@@ -7,7 +7,7 @@ permissions:
jobs:
build:
name: Build pull request
runs-on: ubuntu-latest
runs-on: ubuntu22-8-32
if: ${{ github.repository == 'spring-projects/spring-boot' }}
steps:
- name: Set up JDK 8