1
0
mirror of https://github.com/Llewellynvdm/conky.git synced 2024-12-27 20:44:56 +00:00

Update OS/compilers.

This commit is contained in:
Brenden Matthews 2022-09-10 10:19:52 -05:00
parent a6f955cbf4
commit 2c99ccfbe0
No known key found for this signature in database
GPG Key ID: B49ABB7270D9D4FD
2 changed files with 16 additions and 18 deletions

View File

@ -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

View File

@ -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