Use ubuntu 22.04 as unit test runner

This commit is contained in:
jgromes 2025-02-10 07:46:36 +01:00
parent d205b0dcff
commit 67f2985107

View file

@ -10,7 +10,7 @@ on:
jobs:
unit-test:
name: Build and run unit test
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
steps:
- name: Checkout repository