From bda81ce380af943708b7197e1a6169ce737659c7 Mon Sep 17 00:00:00 2001 From: flagarde Date: Tue, 14 May 2024 00:52:18 +0800 Subject: [PATCH] Update Ubuntu.yml --- .github/workflows/Ubuntu.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/Ubuntu.yml b/.github/workflows/Ubuntu.yml index 1f98689..2c23bfe 100644 --- a/.github/workflows/Ubuntu.yml +++ b/.github/workflows/Ubuntu.yml @@ -17,7 +17,7 @@ jobs: strategy: fail-fast: false matrix: - image: [4.4, 4.5, 4.6, 4.7, 4.8, 4.9, 5, 6, 7, 8, 9, 10, 11, 12, 13] + image: [4.4, 4.5, 4.6, 4.7, 4.8, 4.9, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14] container: flagarde/ci-ubuntu-gcc-${{ matrix.image }}-x86_64:latest