diff options
Diffstat (limited to '.github/workflows/tests.yml')
-rw-r--r-- | .github/workflows/tests.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 9673c5d..a3afe8c 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -159,8 +159,8 @@ jobs: matrix: # TODO: automatically check that this list is up-to-date box: - - debian10 - debian11 + - debian12 - freebsd14 - rockylinux9 - ubuntu2004 |