[workflow] Remove unused matrix options

This commit is contained in:
Mathis Logemann 2024-04-19 18:20:33 +02:00
parent dc5ad24ef8
commit 15abda8b3e

View file

@ -29,15 +29,11 @@ jobs:
Build & Test Build & Test
(${{ matrix.os }}) (${{ matrix.os }})
(C++ ${{ matrix.cxx-standard }}) (C++ ${{ matrix.cxx-standard }})
${{ matrix.memory-mapped == 'OFF' && '(USE_MEMORY_MAPPED_FILE=OFF)' || '' }}
${{ matrix.static-build == 'OFF' && '(BUILD_SHARED_LIBS=OFF)' || '' }}
needs: checkSource needs: checkSource
strategy: strategy:
fail-fast: false fail-fast: false
matrix: matrix:
os: [macos-latest, windows-latest, ubuntu-latest] os: [macos-latest, windows-latest, ubuntu-latest]
memory-mapped: ["ON"]
static-build: ["OFF"]
cxx-standard: [17] cxx-standard: [17]
include: include:
- os: ubuntu-latest - os: ubuntu-latest