Merge pull request 'Update dependency ubuntu to v24' (#5) from renovate/ubuntu-24.x into master
Reviewed-on: #5
This commit is contained in:
commit
6af3ff00c8
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