Skip to content

Commit

Permalink
Update maven.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Manjunath-Itagi authored Dec 16, 2023
1 parent 9e1c4a7 commit bfb8971
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ on:
jobs:
my_job:
name: deploy to staging
runs-on: ubuntu-18.04
runs-on: ubuntu-latest
strategy:
matrix:
test: [1,2,3,4,5,6,7,8,9,10]
Expand All @@ -31,7 +31,7 @@ jobs:
echo "${{ matrix.test3 }}"
my_jab_1:
name: deploy to staging1
runs-on: ubuntu-18.04
runs-on: ubuntu-latest
strategy:
matrix:
test: [1,2,3,4,5,6,7,8,9,10]
Expand Down

0 comments on commit bfb8971

Please sign in to comment.