summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.github/workflows/configure.yml5
1 files changed, 5 insertions, 0 deletions
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