mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-15 20:25:50 +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:
|
test:
|
||||||
|
|
||||||
runs-on: ubuntu-latest
|
runs-on: macos-13
|
||||||
container:
|
container:
|
||||||
image: gradle:8.12-jdk17-focal
|
image: gradle:8.12-jdk17-focal
|
||||||
|
|
||||||
|
@ -41,7 +41,7 @@ jobs:
|
||||||
name: Run tests w/ Gradle
|
name: Run tests w/ Gradle
|
||||||
run: ./gradlew clean test
|
run: ./gradlew clean test
|
||||||
|
|
||||||
|
|
||||||
build:
|
build:
|
||||||
|
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|
Loading…
Reference in a new issue