From 509379966ae332c834261c7a3a93221daa54c9b6 Mon Sep 17 00:00:00 2001 From: Robin Wallin Date: Mon, 26 Aug 2024 14:06:12 +0200 Subject: [PATCH] Fix typo: `ubuntu-22.04` listed twice, should be `24.04` Copy-pasta error in 312b375c2aa34471dbc706907e78bbe4137e9a95 probably. --- .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 7d2e2ba..cd17f29 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -75,7 +75,7 @@ jobs: fail-fast: false matrix: arch: [amd64, arm64] - os: [ubuntu-18.04, ubuntu-20.04, ubuntu-22.04, ubuntu-22.04, debian-10, debian-11, debian-12] + os: [ubuntu-18.04, ubuntu-20.04, ubuntu-22.04, ubuntu-24.04, debian-10, debian-11, debian-12] steps: - uses: actions/checkout@v3 - uses: docker/setup-qemu-action@v2