Use larger runner for PR workflow

See gh-37578
This commit is contained in:
Chris Bono 2023-09-25 18:42:18 -05:00 committed by Andy Wilkinson
parent aeeb5cf1f8
commit 3f1e8d65e6

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