From 2a9cb5ae6eb7eccf5e24bd9beb3d89a017a5ac12 Mon Sep 17 00:00:00 2001 From: Nathan Moinvaziri Date: Mon, 10 Oct 2022 18:49:46 -0700 Subject: CI: Add instance for Clang on macOS in configure workflow. --- .github/workflows/configure.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/configure.yml b/.github/workflows/configure.yml index 329a4da..df5ca5c 100644 --- a/.github/workflows/configure.yml +++ b/.github/workflows/configure.yml @@ -78,6 +78,11 @@ jobs: compiler: gcc-9 configure-args: --warn + - name: macOS Clang + os: macos-latest + compiler: clang + configure-args: --warn + steps: - name: Checkout repository uses: actions/checkout@v3 -- cgit v1.2.3-55-g6feb