]> git.ipfire.org Git - thirdparty/ccache.git/commitdiff
ci: Add GCC 11 build on Ubuntu 22.04
authorJoel Rosdahl <joel@rosdahl.net>
Sat, 28 May 2022 18:33:07 +0000 (20:33 +0200)
committerJoel Rosdahl <joel@rosdahl.net>
Mon, 6 Jun 2022 19:36:48 +0000 (21:36 +0200)
.github/workflows/build.yaml

index db8283524defe0200a7340f3e01c69a0df1bdc41..0ca55415ebec1e6be90fbf3a45eda947d1bee9b8 100644 (file)
@@ -70,6 +70,10 @@ jobs:
             compiler: clang
             version: "12"
 
+          - os: ubuntu-22.04
+            compiler: gcc
+            version: "11"
+
           - os: macOS-10.15
             compiler: xcode
             version: "10.3"