From: Andrew Cooper Date: Fri, 30 Aug 2024 18:20:31 +0000 (+0100) Subject: CI: Drop GCC-13 X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=ee093848c22f64e4fb0445cb3f156eea1dd3aa8b;p=people%2Fandrewcoop%2Fxen-test-framework.git CI: Drop GCC-13 It seems to be missing in action in the ubuntu-22.04 container now. Signed-off-by: Andrew Cooper --- diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index c5cb514..fa7f22d 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -38,8 +38,6 @@ jobs: compiler: gcc-11 - arch: x86 compiler: gcc-12 - - arch: x86 - compiler: gcc-13 - arch: x86 compiler: clang-12