comparison .github/workflows/make.yaml @ 31215:5573b1d511c9

maint: Merge stable to default.
author Markus Mützel <markus.muetzel@gmx.de>
date Tue, 30 Aug 2022 11:16:55 +0200
parents ae3938c7eb67 19bd1953fc1d
children f21b233f3274
comparison
equal deleted inserted replaced
31213:bc385e42e09a 31215:5573b1d511c9
12 fail-fast: false 12 fail-fast: false
13 13
14 matrix: 14 matrix:
15 # For available GitHub-hosted runners, see: 15 # For available GitHub-hosted runners, see:
16 # https://docs.github.com/en/actions/using-github-hosted-runners/about-github-hosted-runners 16 # https://docs.github.com/en/actions/using-github-hosted-runners/about-github-hosted-runners
17 os: [ubuntu-22.04, ubuntu-20.04, ubuntu-18.04] 17 os: [ubuntu-22.04, ubuntu-20.04]
18 compiler: [gcc, clang] 18 compiler: [gcc, clang]
19 include: 19 include:
20 - compiler: gcc 20 - compiler: gcc
21 compiler-pkgs: "g++ gcc" 21 compiler-pkgs: "g++ gcc"
22 cc: "gcc" 22 cc: "gcc"