CI: Add instance for Clang on macOS in configure workflow.

This commit is contained in:
Nathan Moinvaziri 2022-10-10 18:49:46 -07:00 committed by Mark Adler
parent f5ceeb964d
commit 2a9cb5ae6e

View File

@ -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