Browse Source

Use correct name

Kim Kulling 5 years ago
parent
commit
c1c8080143
1 changed files with 2 additions and 2 deletions
  1. 2 2
      .github/workflows/ccpp.yml

+ 2 - 2
.github/workflows/ccpp.yml

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