comparison .github/workflows/make.yaml @ 31214:19bd1953fc1d stable

GitHub-CI: Remove ubuntu-18.04 runners from build matrix. * .github/workflow/make.yaml (ubuntu): GitHub-hosted runners for ubuntu-18.04 are being deprecated. Remove them from build matrix. See also: https://github.com/actions/runner-images/issues/6002
author Markus Mützel <markus.muetzel@gmx.de>
date Tue, 30 Aug 2022 11:16:27 +0200
parents 6f4c8063b4c2
children 5573b1d511c9 a116b0bcb697
comparison
equal deleted inserted replaced
31210:9ad55d2e1bbf 31214:19bd1953fc1d
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"