1
0
mirror of https://github.com/Llewellynvdm/conky.git synced 2024-12-27 04:32:55 +00:00

No clang 9.

This commit is contained in:
Brenden Matthews 2022-09-10 10:25:34 -05:00
parent dc790bc093
commit 99b923244c
No known key found for this signature in database
GPG Key ID: B49ABB7270D9D4FD

View File

@ -31,6 +31,8 @@ jobs:
- os: ubuntu-20.04 - os: ubuntu-20.04
compiler: gcc compiler: gcc
compiler_version: 11 compiler_version: 11
- compiler: clang
compiler_version: 9
- os: ubuntu-22.04 - os: ubuntu-22.04
compiler: clang compiler: clang
compiler_version: 10 compiler_version: 10