mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-27 09:25:49 +00:00
Fix Ubuntu container version
This commit is contained in:
parent
e842e2ec63
commit
2a715e9824
1 changed files with 2 additions and 2 deletions
4
.github/workflows/petclinic.yaml
vendored
4
.github/workflows/petclinic.yaml
vendored
|
@ -2,7 +2,7 @@ name: Build Petclinic
|
||||||
on: [ push ]
|
on: [ push ]
|
||||||
jobs:
|
jobs:
|
||||||
Build-Petclinic:
|
Build-Petclinic:
|
||||||
runs-on: ubuntu
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- name: Check out repo code
|
- name: Check out repo code
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v2
|
||||||
|
@ -14,6 +14,6 @@ jobs:
|
||||||
- run: find
|
- run: find
|
||||||
- run: ./mvnw compile
|
- run: ./mvnw compile
|
||||||
Test-Petclinic:
|
Test-Petclinic:
|
||||||
runs-on: ubuntu
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- run: find
|
- run: find
|
Loading…
Reference in a new issue