Skip to content

Commit

Permalink
.github/workflows/code.yml: extend to ubuntu/focal and ubuntu/noble
Browse files Browse the repository at this point in the history
Signed-off-by: Philip Li <[email protected]>
  • Loading branch information
rli9 committed Jun 28, 2024
1 parent 7381899 commit 028eb1a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/code.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
image: ['centos/stream9', 'fedora/39', 'ubuntu/jammy', 'debian/bookworm']
image: ['centos/stream9', 'fedora/39', 'ubuntu/focal', 'ubuntu/jammy', 'ubuntu/noble', 'debian/bookworm']

steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit 028eb1a

Please sign in to comment.