mirror of
https://github.com/Llewellynvdm/conky.git
synced 2024-12-27 20:44:56 +00:00
Update compiler matrix.
This commit is contained in:
parent
90e4056c01
commit
282e877f13
10
.github/workflows/build-and-test-linux.yaml
vendored
10
.github/workflows/build-and-test-linux.yaml
vendored
@ -12,15 +12,25 @@ jobs:
|
|||||||
- clang
|
- clang
|
||||||
- gcc
|
- gcc
|
||||||
compiler_version:
|
compiler_version:
|
||||||
|
- 7
|
||||||
- 9
|
- 9
|
||||||
- 10
|
- 10
|
||||||
- 11
|
- 11
|
||||||
exclude:
|
exclude:
|
||||||
|
- os: ubuntu-20.04
|
||||||
|
compiler: gcc
|
||||||
|
compiler_version: 7
|
||||||
- compiler: gcc
|
- compiler: gcc
|
||||||
compiler_version: 11
|
compiler_version: 11
|
||||||
|
- os: ubuntu-18.04
|
||||||
|
compiler: clang
|
||||||
|
compiler_version: 7
|
||||||
- os: ubuntu-18.04
|
- os: ubuntu-18.04
|
||||||
compiler: clang
|
compiler: clang
|
||||||
compiler_version: 10
|
compiler_version: 10
|
||||||
|
- os: ubuntu-18.04
|
||||||
|
compiler: clang
|
||||||
|
compiler_version: 11
|
||||||
runs-on: ${{ matrix.os }}
|
runs-on: ${{ matrix.os }}
|
||||||
steps:
|
steps:
|
||||||
- run: sudo apt-get -qq update
|
- run: sudo apt-get -qq update
|
||||||
|
Loading…
Reference in New Issue
Block a user