From 76227519c1ae93f5492087d893fe7c491cfa5399 Mon Sep 17 00:00:00 2001 From: Raihaan Shouhell Date: Mon, 26 Dec 2022 19:48:55 +0800 Subject: [PATCH] ci: Test more compilers (#1234) --- .github/workflows/build.yaml | 18 +++++++++++++++++- 1 file changed, 17 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index daea64bd4..e7c099a68 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -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: | -- 2.47.2