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 ]
|
||||
jobs:
|
||||
Build-Petclinic:
|
||||
runs-on: ubuntu
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Check out repo code
|
||||
uses: actions/checkout@v2
|
||||
|
@ -14,6 +14,6 @@ jobs:
|
|||
- run: find
|
||||
- run: ./mvnw compile
|
||||
Test-Petclinic:
|
||||
runs-on: ubuntu
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- run: find
|
Loading…
Reference in a new issue