diff options
Diffstat (limited to '.github/workflows/build.yml')
-rw-r--r-- | .github/workflows/build.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 284cd2a..4e05c06 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -21,10 +21,10 @@ jobs: matrix: os: ["ubuntu-latest", "ubuntu-18.04"] include: - - compiler: "default-cc" + - compiler: "gcc" os: "ubuntu-latest" - compiler: "gcc-7" - os: "ubuntu-latest" + os: "ubuntu-18.04" steps: - uses: actions/checkout@v2 |