summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorNathan Moinvaziri <nathan@nathanm.com>2022-10-10 18:49:46 -0700
committerMark Adler <fork@madler.net>2022-10-11 20:21:50 -0700
commit2a9cb5ae6eb7eccf5e24bd9beb3d89a017a5ac12 (patch)
tree7698b4c43994d03cb58e92392e373c6693bd9221 /.github
parentf5ceeb964d9d72b2bfabc031d6243e3c5ba4e5e0 (diff)
downloadzlib-2a9cb5ae6eb7eccf5e24bd9beb3d89a017a5ac12.tar.gz
CI: Add instance for Clang on macOS in configure workflow.
Diffstat (limited to '.github')
-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