Skip to content

Commit

Permalink
chore(ci): use ubuntu-latest for integration tests
Browse files Browse the repository at this point in the history
  • Loading branch information
cailloumajor authored Sep 28, 2024
1 parent ab094a0 commit 812d7cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ jobs:
flags: unittests
integration:
name: Integration tests
runs-on: ubuntu-22.04
runs-on: ubuntu-latest
needs: pre_job
if: needs.pre_job.outputs.should_skip != 'true'
steps:
Expand Down

0 comments on commit 812d7cc

Please sign in to comment.