From c2e033e40bd795fb4bd5132d6e8c0ad5028e9b6b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Steven!=20Ragnar=C3=B6k?= Date: Thu, 14 Nov 2024 13:22:54 -0800 Subject: [PATCH] Enable additional platforms in CI now that #195 is resolved. --- .github/workflows/ci.yaml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 37528a7..ed021c9 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -27,9 +27,8 @@ jobs: - "debian:bullseye" - "ubuntu:jammy" - "debian:bookworm" - # TODO(astraw/stdeb#195) - # - "ubuntu:noble" - # - "debian:trixie" + - "ubuntu:noble" + - "debian:trixie" runs-on: ubuntu-22.04 steps: - uses: actions/checkout@v4