From c1a8aff4d5cbaab64a0a98e60371d6b18d12177a Mon Sep 17 00:00:00 2001 From: Sergio Arroutbi Date: Tue, 9 May 2023 11:50:22 +0200 Subject: [PATCH] Fix Github actions by using latest ubuntu distro (#411) Resolves: #410 Signed-off-by: Sergio Arroutbi --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 6740e114..817326b8 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -5,7 +5,7 @@ on: [push, pull_request] jobs: build: - runs-on: ubuntu-18.04 + runs-on: ubuntu-latest continue-on-error: ${{ ! matrix.stable }} strategy: matrix: