From 728c054dae25debee97682efcbf41b5c431cde7e Mon Sep 17 00:00:00 2001 From: Johanan Idicula Date: Thu, 19 Oct 2023 10:48:49 -0400 Subject: [PATCH] Revert "Switched ubuntu version to mantic (#166)" This reverts commit 2b7363505f2fba3662622996c57f42679161d6d0. --- .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 d2af7ca..7398fdb 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: "mantic"} - - {version: "15", ubuntu: "mantic"} - - {version: "14", ubuntu: "mantic"} - - {version: "13", ubuntu: "mantic"} + - {version: "16", ubuntu: "lunar"} + - {version: "15", ubuntu: "lunar"} + - {version: "14", ubuntu: "jammy"} + - {version: "13", ubuntu: "jammy"} - {version: "12", ubuntu: "jammy"} - {version: "11", ubuntu: "jammy"} - {version: "10", ubuntu: "focal"}