]> git.ipfire.org Git - thirdparty/ccache.git/commitdiff
ci: Test more compilers (#1234)
authorRaihaan Shouhell <raihaanhimself@gmail.com>
Mon, 26 Dec 2022 11:48:55 +0000 (19:48 +0800)
committerGitHub <noreply@github.com>
Mon, 26 Dec 2022 11:48:55 +0000 (12:48 +0100)
.github/workflows/build.yaml

index daea64bd4e36be6dc7789ab823d61d135c88da20..e7c099a6861c2ecbaa39920a4ccbe7949b711a4c 100644 (file)
@@ -53,6 +53,14 @@ jobs:
             compiler: clang
             version: "12"
 
+          - os: ubuntu-22.04
+            compiler: clang
+            version: "13"
+
+          - os: ubuntu-22.04
+            compiler: clang
+            version: "14"
+
           - os: ubuntu-22.04
             compiler: gcc
             version: "11"
@@ -67,7 +75,15 @@ jobs:
 
           - os: macOS-11
             compiler: xcode
-            version: "12.4"
+            version: "12.5.1"
+
+          - os: macOS-12
+            compiler: xcode
+            version: "13.4.1"
+
+          - os: macOS-12
+            compiler: xcode
+            version: "14.2"
     steps:
       - name: Install dependencies
         run: |