From 4d2461de044eacc8e822997019c19884851a814c Mon Sep 17 00:00:00 2001 From: Toni Uhlig Date: Thu, 20 Apr 2023 13:19:25 +0200 Subject: Github Actions: bump to ubuntu-20.04 Signed-off-by: Toni Uhlig --- .github/workflows/build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 1f51210..e112b49 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -25,12 +25,12 @@ jobs: strategy: fail-fast: true matrix: - os: ["ubuntu-latest", "ubuntu-18.04"] + os: ["ubuntu-latest", "ubuntu-20.04"] include: - compiler: "gcc" os: "ubuntu-latest" - compiler: "gcc-7" - os: "ubuntu-18.04" + os: "ubuntu-20.04" steps: - uses: actions/checkout@v2 -- cgit v1.2.3