From 894a5182254a148dde98aa11cc1fd2fd362c7ca1 Mon Sep 17 00:00:00 2001 From: Gordon MacPherson Date: Wed, 15 May 2024 01:03:12 +0100 Subject: [PATCH] Upgrade engine builder (#179) * fix engine compilation version to GCC 13 and a higher version of GLIBC... * fix static checks --- .github/workflows/engine.yml | 2 +- mirror-godot-app/dummy.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/engine.yml b/.github/workflows/engine.yml index 15b3c87f..ba7fc89b 100644 --- a/.github/workflows/engine.yml +++ b/.github/workflows/engine.yml @@ -278,7 +278,7 @@ jobs: path: ./godot-engine/bin/${{ matrix.artifact-name }}.zip destination: ${{ matrix.bucket-name }}/${{steps.vars.outputs.sha_short}}/ build-linux: - runs-on: ${{ inputs.self-hosted-runner && 'linux-mirror' || 'ubuntu-20.04' }} + runs-on: ${{ inputs.self-hosted-runner && 'linux-mirror' || 'ubuntu-22.04' }} name: ${{ matrix.name }} environment: ${{ inputs.environment }} strategy: diff --git a/mirror-godot-app/dummy.md b/mirror-godot-app/dummy.md index 2592df6c..0583dd87 100644 --- a/mirror-godot-app/dummy.md +++ b/mirror-godot-app/dummy.md @@ -1 +1 @@ -this file is used to force a rebuild in github actions. \ No newline at end of file +this file is used to force a rebuild in github actions.