Skip to content

Commit

Permalink
CI: Add Ubuntu Noble
Browse files Browse the repository at this point in the history
  • Loading branch information
jonaski committed Jan 24, 2024
1 parent 920bb04 commit 2d88fcb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -585,7 +585,7 @@ jobs:
strategy:
fail-fast: false
matrix:
ubuntu_version: [ 'focal', 'jammy', 'lunar', 'mantic' ]
ubuntu_version: [ 'focal', 'jammy', 'lunar', 'mantic', 'noble' ]
container:
image: ubuntu:${{matrix.ubuntu_version}}
steps:
Expand Down Expand Up @@ -686,7 +686,7 @@ jobs:
strategy:
fail-fast: false
matrix:
ubuntu_version: [ 'focal', 'jammy', 'lunar', 'mantic' ]
ubuntu_version: [ 'focal', 'jammy', 'lunar', 'mantic', 'noble' ]
container:
image: ubuntu:${{matrix.ubuntu_version}}
steps:
Expand Down

0 comments on commit 2d88fcb

Please sign in to comment.