CI: Add Ubuntu Noble
This commit is contained in:
parent
920bb04b00
commit
2d88fcb249
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
@ -585,7 +585,7 @@ jobs:
|
|||||||
strategy:
|
strategy:
|
||||||
fail-fast: false
|
fail-fast: false
|
||||||
matrix:
|
matrix:
|
||||||
ubuntu_version: [ 'focal', 'jammy', 'lunar', 'mantic' ]
|
ubuntu_version: [ 'focal', 'jammy', 'lunar', 'mantic', 'noble' ]
|
||||||
container:
|
container:
|
||||||
image: ubuntu:${{matrix.ubuntu_version}}
|
image: ubuntu:${{matrix.ubuntu_version}}
|
||||||
steps:
|
steps:
|
||||||
@ -686,7 +686,7 @@ jobs:
|
|||||||
strategy:
|
strategy:
|
||||||
fail-fast: false
|
fail-fast: false
|
||||||
matrix:
|
matrix:
|
||||||
ubuntu_version: [ 'focal', 'jammy', 'lunar', 'mantic' ]
|
ubuntu_version: [ 'focal', 'jammy', 'lunar', 'mantic', 'noble' ]
|
||||||
container:
|
container:
|
||||||
image: ubuntu:${{matrix.ubuntu_version}}
|
image: ubuntu:${{matrix.ubuntu_version}}
|
||||||
steps:
|
steps:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user