Fixed ubuntu base for actions
Some checks failed
/ unit_test (push) Failing after 35s

This commit is contained in:
Daniele Lacamera 2024-11-14 00:27:10 +01:00
parent 90497de12b
commit 8476bf9a7e

View file

@ -9,7 +9,7 @@ on:
jobs:
unit_test:
runs-on: ubuntu-24.04
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v2