Skip to content

Commit

Permalink
fixup! github actions test
Browse files Browse the repository at this point in the history
  • Loading branch information
JesusPaz committed Feb 10, 2025
1 parent adf566d commit d05a4fd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
debian_version: [bookworm]
debian_version: [noble]
container:
image: debian:${{ matrix.debian_version }}
image: ubuntu:${{ matrix.debian_version }}
steps:
- uses: actions/checkout@v4
- name: Install system dependencies
Expand Down

0 comments on commit d05a4fd

Please sign in to comment.