Skip to content

Commit

Permalink
[WSP-000] Update pull-request-workflow.yml
Browse files Browse the repository at this point in the history
This is to replace & test ubuntu latest with version 22.04 due to recent changes from Ubuntu actions/runner-images#10636
  • Loading branch information
sankar-shunmuga authored Dec 18, 2024
1 parent d7d0e2d commit 2b6e101
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pull-request-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on:
jobs:
build-and-test:
name: "Build and test project"
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
timeout-minutes: 90
env:
HIPPO_MAVEN_PASSWORD: ${{ secrets.HIPPO_MAVEN_PASSWORD }}
Expand Down

0 comments on commit 2b6e101

Please sign in to comment.