Exclude cl.exe build from Ubuntu-20-04

This commit is contained in:
Serge Lamikhov-Center 2023-12-13 18:09:23 +02:00 committed by GitHub
parent da52b08f17
commit 05a0f3dcd1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -16,16 +16,6 @@ jobs:
os: [ubuntu-latest, ubuntu-20.04, windows-latest]
build_type: [Release, Debug]
c_compiler: [gcc, clang, cl]
include:
- os: windows-latest
c_compiler: cl
cpp_compiler: cl
- os: ubuntu-latest
c_compiler: gcc
cpp_compiler: g++
- os: ubuntu-latest
c_compiler: clang
cpp_compiler: clang++
exclude:
- os: windows-latest
c_compiler: gcc
@ -33,6 +23,8 @@ jobs:
c_compiler: clang
- os: ubuntu-latest
c_compiler: cl
- os: ubuntu-20.04
c_compiler: cl
steps:
- uses: actions/checkout@v3