Skip to content

Commit

Permalink
updated to use ubuntu-22.04 as runner in GitHub Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
mfaisalkhatri committed Aug 7, 2024
1 parent f329251 commit 78c5f21
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ permissions:
jobs:
build:
name: Build and Test
runs-on: ubuntu-latest
runs-on: ubuntu-22.04

steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit 78c5f21

Please sign in to comment.