mirror of
https://github.com/Llewellynvdm/conky.git
synced 2024-12-26 12:27:52 +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:
|
||||
matrix:
|
||||
os:
|
||||
- ubuntu-18.04
|
||||
- ubuntu-20.04
|
||||
- ubuntu-22.04
|
||||
x11: [ON, OFF]
|
||||
compiler:
|
||||
- clang
|
||||
- gcc
|
||||
compiler_version:
|
||||
- 7
|
||||
- 9
|
||||
- 10
|
||||
- 11
|
||||
- 12
|
||||
- 13
|
||||
- 14
|
||||
- 15
|
||||
exclude:
|
||||
- os: ubuntu-20.04
|
||||
compiler: gcc
|
||||
compiler_version: 7
|
||||
- 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: clang
|
||||
compiler_version: 7
|
||||
- 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
|
||||
compiler_version: 12
|
||||
runs-on: ${{ matrix.os }}
|
||||
steps:
|
||||
- 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:
|
||||
matrix:
|
||||
os:
|
||||
- macos-10.15
|
||||
# - macos-11.0
|
||||
- macos-11
|
||||
- macos-12
|
||||
runs-on: ${{ matrix.os }}
|
||||
steps:
|
||||
- name: Install dependencies
|
||||
|
Loading…
Reference in New Issue
Block a user