CI: enable building with libvvp and suffix on MacOSX

Adding these build variants to the platform in question results
in the smallest increase in the number of additional build jobs.
This commit is contained in:
Ralf Habacker
2026-05-13 10:48:24 +02:00
parent 00bb35a0ce
commit a1299f7ca8
+3 -3
View File
@@ -14,9 +14,9 @@ jobs:
mac:
strategy:
fail-fast: false
# matrix:
# libvvp: [false, true]
# suffix: [false, true]
matrix:
libvvp: [true]
suffix: [true]
runs-on: macos-15-intel
name: 🍏 macOS${{ matrix.libvvp && ' +libvvp' || '' }}${{ matrix.suffix && ' +suffix' || '' }}
steps: