Use correct name

pull/3171/head
Kim Kulling 2020-04-27 19:55:58 +02:00 committed by GitHub
parent 603a1200a2
commit c1c8080143
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -19,10 +19,10 @@ jobs:
- os: windows-latest
cxx: cl.exe
cc: cl.exe
- os: ubuntu-latest.clang
- os: ubuntu-latest
cxx: clang++
cc: clang
- os: ubuntu-latest.gcc
- os: ubuntu-latest
cxx: g++
cc: gcc
- os: macos-latest