From d413b6222641aaed3d82e95e17bcba3feb6e20cf Mon Sep 17 00:00:00 2001 From: Ajeets6 Date: Fri, 13 Oct 2023 01:57:18 +0530 Subject: [PATCH] Switched ubuntu version to mantic For versions 13-16 switched the version to mantic --- .github/workflows/clang-format-image.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/clang-format-image.yml b/.github/workflows/clang-format-image.yml index 7398fdb..d2af7ca 100644 --- a/.github/workflows/clang-format-image.yml +++ b/.github/workflows/clang-format-image.yml @@ -28,10 +28,10 @@ jobs: matrix: version-pair: - {version: "17", ubuntu: "mantic"} - - {version: "16", ubuntu: "lunar"} - - {version: "15", ubuntu: "lunar"} - - {version: "14", ubuntu: "jammy"} - - {version: "13", ubuntu: "jammy"} + - {version: "16", ubuntu: "mantic"} + - {version: "15", ubuntu: "mantic"} + - {version: "14", ubuntu: "mantic"} + - {version: "13", ubuntu: "mantic"} - {version: "12", ubuntu: "jammy"} - {version: "11", ubuntu: "jammy"} - {version: "10", ubuntu: "focal"}