From f6c0900c5db50bbad9bb87b8a8a048e0920fbe71 Mon Sep 17 00:00:00 2001 From: filipecosta90 Date: Sun, 24 Nov 2024 20:05:15 +0000 Subject: [PATCH] fixed typo on bullseye --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 08e66dd..0b777ee 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -18,7 +18,7 @@ jobs: build-ubuntu: strategy: matrix: - platform: [ubuntu-bionic, ubuntu-focal, ubuntu-jammy, ubuntu-noble, ubuntu-latest, debian:bookworm, debian:bullseye] + platform: [ubuntu-bionic, ubuntu-focal, ubuntu-jammy, ubuntu-noble, ubuntu-latest, debian-bookworm, debian-bullseye] name: Build ${{ matrix.platform }} env: # https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/