CI: Add instance for Clang on macOS in configure workflow.
This commit is contained in:
parent
f5ceeb964d
commit
2a9cb5ae6e
5
.github/workflows/configure.yml
vendored
5
.github/workflows/configure.yml
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user