diff options
author | Nathan Moinvaziri <nathan@nathanm.com> | 2022-10-10 18:49:46 -0700 |
---|---|---|
committer | Mark Adler <fork@madler.net> | 2022-10-11 20:21:50 -0700 |
commit | 2a9cb5ae6eb7eccf5e24bd9beb3d89a017a5ac12 (patch) | |
tree | 7698b4c43994d03cb58e92392e373c6693bd9221 /.github | |
parent | f5ceeb964d9d72b2bfabc031d6243e3c5ba4e5e0 (diff) | |
download | zlib-2a9cb5ae6eb7eccf5e24bd9beb3d89a017a5ac12.tar.gz zlib-2a9cb5ae6eb7eccf5e24bd9beb3d89a017a5ac12.tar.bz2 zlib-2a9cb5ae6eb7eccf5e24bd9beb3d89a017a5ac12.zip |
CI: Add instance for Clang on macOS in configure workflow.
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/configure.yml | 5 |
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: | |||
78 | compiler: gcc-9 | 78 | compiler: gcc-9 |
79 | configure-args: --warn | 79 | configure-args: --warn |
80 | 80 | ||
81 | - name: macOS Clang | ||
82 | os: macos-latest | ||
83 | compiler: clang | ||
84 | configure-args: --warn | ||
85 | |||
81 | steps: | 86 | steps: |
82 | - name: Checkout repository | 87 | - name: Checkout repository |
83 | uses: actions/checkout@v3 | 88 | uses: actions/checkout@v3 |