GitHub Actions: Enable fail-fast for macOS iODBC builds

This commit is contained in:
Evan Miller
2021-04-04 22:13:02 -04:00
parent 015089ae34
commit 88ecb2986b

View File

@@ -79,6 +79,7 @@ jobs:
macos-iodbc:
runs-on: macos-latest
strategy:
fail-fast: false
matrix:
compiler: [ clang, gcc ]
glib: [ enable-glib, disable-glib ]