Skip to content
This repository was archived by the owner on Jan 26, 2026. It is now read-only.

Commit 2a9cb5a

Browse files
nmoinvazMark Adler
authored andcommitted
CI: Add instance for Clang on macOS in configure workflow.
1 parent f5ceeb9 commit 2a9cb5a

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.github/workflows/configure.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,11 @@ jobs:
7878
compiler: gcc-9
7979
configure-args: --warn
8080

81+
- name: macOS Clang
82+
os: macos-latest
83+
compiler: clang
84+
configure-args: --warn
85+
8186
steps:
8287
- name: Checkout repository
8388
uses: actions/checkout@v3

0 commit comments

Comments
 (0)