Skip to content

Commit

Permalink
Update image references in checks workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Nicoretti committed Feb 6, 2024
1 parent ba33eb4 commit 5b3df23
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:

unit-tests:
name: Unit Tests
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
strategy:
fail-fast: true
matrix:
Expand All @@ -29,7 +29,7 @@ jobs:
integration-tests:
name: Integration Tests
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
strategy:
fail-fast: true
matrix:
Expand Down

0 comments on commit 5b3df23

Please sign in to comment.