From eab44e88182df21e85a4f4c319ee4f208d644c72 Mon Sep 17 00:00:00 2001 From: Pedro Beirao <82064173+Pedro-Beirao@users.noreply.github.com> Date: Fri, 5 Jan 2024 21:43:01 +0000 Subject: [PATCH] Change ubuntu version on action to potentially fix linux CI --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index b58c3fb..bb17412 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -62,7 +62,7 @@ jobs: path: dsda-launcher\build\windows.zip build-linux: # The type of runner that the job will run on - runs-on: ubuntu-latest + runs-on: ubuntu-18.04 # Steps represent a sequence of tasks that will be executed as part of the job steps: