mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-23 15:55:49 +00:00
updated workflow
This commit is contained in:
parent
7607b56abf
commit
cb09553ad8
1 changed files with 1 additions and 1 deletions
2
.github/workflows/java _with_maven.yaml
vendored
2
.github/workflows/java _with_maven.yaml
vendored
|
@ -7,7 +7,7 @@ on:
|
|||
jobs:
|
||||
build:
|
||||
name: "maven"
|
||||
runs-on: ubuntu-latest
|
||||
runs-on: ubuntu-24.04
|
||||
steps:
|
||||
- name: My first step
|
||||
run: mvn package
|
||||
|
|
Loading…
Reference in a new issue