From feb9269a25eaa3804843637768da1f1cd51dbeb3 Mon Sep 17 00:00:00 2001 From: Toni Uhlig Date: Mon, 9 Jan 2023 23:28:55 +0100 Subject: Fixed Github Actions build; gcc-7 is not available on ubuntu-latest anymore. Signed-off-by: Toni Uhlig --- .github/workflows/build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to '.github/workflows/build.yml') 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 -- cgit v1.2.3