[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
(${{ matrix.os }})
(C++ ${{ matrix.cxx-standard }})
${{ matrix.memory-mapped == 'OFF' && '(USE_MEMORY_MAPPED_FILE=OFF)' || '' }}
${{ matrix.static-build == 'OFF' && '(BUILD_SHARED_LIBS=OFF)' || '' }}
needs: checkSource
strategy:
fail-fast: false
matrix:
os: [macos-latest, windows-latest, ubuntu-latest]
memory-mapped: ["ON"]
static-build: ["OFF"]
cxx-standard: [17]
include:
- os: ubuntu-latest