diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 5f2678d6c..0e9b818d0 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -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: