mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-04-24 19:32:48 +00:00
[update] github runner
This commit is contained in:
parent
e700598bdf
commit
1e08288096
1 changed files with 2 additions and 2 deletions
4
.github/workflows/pull-request.yml
vendored
4
.github/workflows/pull-request.yml
vendored
|
@ -28,7 +28,7 @@ jobs:
|
|||
|
||||
test:
|
||||
|
||||
runs-on: ubuntu-latest
|
||||
runs-on: macos-13
|
||||
container:
|
||||
image: gradle:8.12-jdk17-focal
|
||||
|
||||
|
@ -41,7 +41,7 @@ jobs:
|
|||
name: Run tests w/ Gradle
|
||||
run: ./gradlew clean test
|
||||
|
||||
|
||||
|
||||
build:
|
||||
|
||||
runs-on: ubuntu-latest
|
||||
|
|
Loading…
Reference in a new issue