mirror of
https://github.com/Llewellynvdm/conky.git
synced 2024-12-28 13:00:45 +00:00
Update OS/compilers.
This commit is contained in:
parent
a6f955cbf4
commit
2c99ccfbe0
30
.github/workflows/build-and-test-linux.yaml
vendored
30
.github/workflows/build-and-test-linux.yaml
vendored
@ -5,34 +5,32 @@ jobs:
|
|||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
os:
|
os:
|
||||||
- ubuntu-18.04
|
|
||||||
- ubuntu-20.04
|
- ubuntu-20.04
|
||||||
|
- ubuntu-22.04
|
||||||
x11: [ON, OFF]
|
x11: [ON, OFF]
|
||||||
compiler:
|
compiler:
|
||||||
- clang
|
- clang
|
||||||
- gcc
|
- gcc
|
||||||
compiler_version:
|
compiler_version:
|
||||||
- 7
|
|
||||||
- 9
|
|
||||||
- 10
|
- 10
|
||||||
- 11
|
- 11
|
||||||
|
- 12
|
||||||
|
- 13
|
||||||
|
- 14
|
||||||
|
- 15
|
||||||
exclude:
|
exclude:
|
||||||
- os: ubuntu-20.04
|
|
||||||
compiler: gcc
|
|
||||||
compiler_version: 7
|
|
||||||
- compiler: gcc
|
- compiler: gcc
|
||||||
|
compiler_version: 13
|
||||||
|
- compiler: gcc
|
||||||
|
compiler_version: 14
|
||||||
|
- compiler: gcc
|
||||||
|
compiler_version: 15
|
||||||
|
- compiler: clang
|
||||||
|
compiler_version: 10
|
||||||
|
- compiler: clang
|
||||||
compiler_version: 11
|
compiler_version: 11
|
||||||
- compiler: clang
|
- compiler: clang
|
||||||
compiler_version: 7
|
compiler_version: 12
|
||||||
- os: ubuntu-18.04
|
|
||||||
compiler: clang
|
|
||||||
compiler_version: 7
|
|
||||||
- os: ubuntu-18.04
|
|
||||||
compiler: clang
|
|
||||||
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
|
||||||
|
4
.github/workflows/build-and-test-macos.yaml
vendored
4
.github/workflows/build-and-test-macos.yaml
vendored
@ -5,8 +5,8 @@ jobs:
|
|||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
os:
|
os:
|
||||||
- macos-10.15
|
- macos-11
|
||||||
# - macos-11.0
|
- macos-12
|
||||||
runs-on: ${{ matrix.os }}
|
runs-on: ${{ matrix.os }}
|
||||||
steps:
|
steps:
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
|
Loading…
Reference in New Issue
Block a user