Skip to content

Commit d4e4351

Browse files
authored
chore(ci): use ubuntu-latest for integration tests
1 parent f6e48d1 commit d4e4351

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ jobs:
7474
flags: unittests
7575
integration:
7676
name: Integration tests
77-
runs-on: ubuntu-22.04
77+
runs-on: ubuntu-latest
7878
needs: pre_job
7979
if: needs.pre_job.outputs.should_skip != 'true'
8080
steps:

0 commit comments

Comments
 (0)