From 0098dc19436c9d4ab27abf82090d0ad752acb30e Mon Sep 17 00:00:00 2001 From: ksooo <3226626+ksooo@users.noreply.github.com> Date: Mon, 6 Nov 2023 18:24:18 +0100 Subject: [PATCH] GitHub Actions: Debian build job: switch actions runner from ubuntu-18.04 to ubuntu-latest --- .github/workflows/build.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 0fa15bf9..093f35e7 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -11,14 +11,14 @@ jobs: matrix: include: - name: "Debian package test" - os: ubuntu-18.04 + os: ubuntu-latest CC: gcc CXX: g++ DEBIAN_BUILD: true - #- os: ubuntu-18.04 + #- os: ubuntu-latest #CC: gcc #CXX: g++ - #- os: ubuntu-18.04 + #- os: ubuntu-latest #CC: clang #CXX: clang++ #- os: macos-10.15