From 2a715e9824b3b90b196084755750d01134fcdb91 Mon Sep 17 00:00:00 2001 From: Eros Candelaresi Date: Thu, 15 Jul 2021 14:56:19 +0200 Subject: [PATCH] Fix Ubuntu container version --- .github/workflows/petclinic.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/petclinic.yaml b/.github/workflows/petclinic.yaml index f97ea6ef8..f5cab85d4 100644 --- a/.github/workflows/petclinic.yaml +++ b/.github/workflows/petclinic.yaml @@ -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 \ No newline at end of file