Skip to content

Commit 8a9d79b

Browse files
authored
.github: workflows: ci.yml: Update image for test to use 22.04
1 parent 2fc79f8 commit 8a9d79b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
test:
2727
needs: build
2828
# The type of runner that the job will run on
29-
runs-on: ubuntu-latest
29+
runs-on: ubuntu-22.04
3030

3131
# Steps represent a sequence of tasks that will be executed as part of the job
3232
steps:

0 commit comments

Comments
 (0)