Shorten matrix config

This commit is contained in:
Gunter Labes 2023-06-01 13:16:38 +02:00 committed by GitHub
parent 6dc01df7c4
commit 42ec465a45
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -40,16 +40,8 @@ jobs:
fail-fast: false
matrix:
include:
- tool: scons
cc: gcc
cxx: g++
cfg: release
lto: true
- tool: cmake
cc: clang
cxx: clang++
cfg: debug
lto: false
- { tool: scons, cc: gcc, cxx: g++, cfg: release, lto: true }
- { tool: cmake, cc: clang, cxx: clang++, cfg: debug, lto: false }
runs-on: ubuntu-latest
container:
image: wesnoth/wesnoth:2204-master
@ -240,12 +232,8 @@ jobs:
strategy:
fail-fast: false
matrix:
include:
- os: macos-11.0
cfg: Debug
- os: macos-11.0
cfg: Release
runs-on: ${{ matrix.os }}
cfg: [ Debug, Release ]
runs-on: macos-11.0
env:
CFG: ${{ matrix.cfg }}