浏览代码

Use correct name

Kim Kulling 5 年之前
父节点
当前提交
c1c8080143
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      .github/workflows/ccpp.yml

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

@@ -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