Skip to content

Commit

Permalink
Merge pull request #37578 from onobc
Browse files Browse the repository at this point in the history
* gh-37578:
  Use larger runner for PR workflow

Closes gh-37578
  • Loading branch information
wilkinsona committed Sep 27, 2023
2 parents aeeb5cf + 3f1e8d6 commit 071a595
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 071a595

Please sign in to comment.