Skip to content

Commit

Permalink
deprecate buster and introduce bookworm
Browse files Browse the repository at this point in the history
  • Loading branch information
Isaac Connor committed Sep 13, 2023
1 parent 8703a5d commit c9cb7d4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci-bookworm.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: CI Debian Buster
name: CI Debian Bookworm

on:
push:
Expand Down Expand Up @@ -30,7 +30,7 @@ jobs:
- crypto_backend: gnutls
jwt_backend: jwt_cpp
runs-on: ubuntu-latest
container: debian:buster
container: debian:bookworm

steps:
- name: Update packages
Expand Down

0 comments on commit c9cb7d4

Please sign in to comment.