mirror of
https://github.com/badaix/snapcast.git
synced 2025-04-28 17:57:05 +02:00
Remove deprecated ubuntu-20.04 action runner
This commit is contained in:
parent
b54c2f297d
commit
a692cc8874
1 changed files with 0 additions and 15 deletions
15
.github/workflows/ci.yml
vendored
15
.github/workflows/ci.yml
vendored
|
@ -163,9 +163,6 @@ jobs:
|
|||
fail-fast: false
|
||||
matrix:
|
||||
compiler:
|
||||
- clang-10
|
||||
- clang-11
|
||||
- clang-12
|
||||
- clang-13
|
||||
- clang-14
|
||||
- clang-15
|
||||
|
@ -182,18 +179,6 @@ jobs:
|
|||
- Debug
|
||||
- Release
|
||||
include:
|
||||
- compiler: clang-10
|
||||
cc: clang-10
|
||||
cxx: clang++-10
|
||||
os: ubuntu-20.04
|
||||
- compiler: clang-11
|
||||
cc: clang-11
|
||||
cxx: clang++-11
|
||||
os: ubuntu-20.04
|
||||
- compiler: clang-12
|
||||
cc: clang-12
|
||||
cxx: clang++-12
|
||||
os: ubuntu-20.04
|
||||
- compiler: clang-13
|
||||
cc: clang-13
|
||||
cxx: clang++-13
|
||||
|
|
Loading…
Add table
Reference in a new issue