From: Andrew Cooper Date: Tue, 3 Oct 2023 10:45:43 +0000 (+0100) Subject: CI: Add GCC-13 X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=164d1083e891247ef90f5cffc615a4bdf3da5785;p=people%2Fandrewcoop%2Fxen-test-framework.git CI: Add GCC-13 Signed-off-by: Andrew Cooper --- diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 5121605..fac842d 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -19,6 +19,8 @@ jobs: compiler: gcc-11 - arch: x86 compiler: gcc-12 + - arch: x86 + compiler: gcc-13 - arch: x86 compiler: clang-12