aboutsummaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
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:
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