Update dependency ubuntu to v24
This commit is contained in:
parent
bd900912e5
commit
af9eec9a44
1 changed files with 2 additions and 2 deletions
4
.github/workflows/unit-tests.yml
vendored
4
.github/workflows/unit-tests.yml
vendored
|
@ -6,7 +6,7 @@ on:
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build-focal:
|
build-focal:
|
||||||
runs-on: ubuntu-22.04
|
runs-on: ubuntu-24.04
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
include:
|
include:
|
||||||
|
@ -36,7 +36,7 @@ jobs:
|
||||||
run: python3 run_tests.py
|
run: python3 run_tests.py
|
||||||
|
|
||||||
build-jammy:
|
build-jammy:
|
||||||
runs-on: ubuntu-22.04
|
runs-on: ubuntu-24.04
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
include:
|
include:
|
||||||
|
|
Loading…
Reference in a new issue