Skip to content

Commit

Permalink
Readme
Browse files Browse the repository at this point in the history
  • Loading branch information
DerekRoberts committed Jan 19, 2025
1 parent 7b51035 commit 67673ac
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ concurrency:
jobs:
tests:
name: Test and Analyze
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
steps:
- uses: bcgov/action-test-and-analyse@main
with:
Expand All @@ -140,7 +140,7 @@ No triggers are provided so tests will always run. SonarCloud is skipped.
jobs:
tests:
name: Test and Analyze
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
steps:
- uses: bcgov/action-test-and-analyse@main
with:
Expand All @@ -159,7 +159,7 @@ Test and analyze projects in multiple directories in parallel. This time `repos
jobs:
tests:
name: Test and Analyze
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
strategy:
matrix:
dir: [backend, frontend]
Expand Down

0 comments on commit 67673ac

Please sign in to comment.