From 716653518817f929260ec198a1d973702bd0358c Mon Sep 17 00:00:00 2001 From: Gordon MacPherson Date: Wed, 15 May 2024 02:50:04 +0100 Subject: [PATCH] Fix GLIBC version --- .github/workflows/deployment-pr.yml | 2 +- .github/workflows/deployment.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/deployment-pr.yml b/.github/workflows/deployment-pr.yml index 714ce51a..e581e01e 100644 --- a/.github/workflows/deployment-pr.yml +++ b/.github/workflows/deployment-pr.yml @@ -83,7 +83,7 @@ jobs: game-export-preset: Linux game-binary-name: The Mirror Dev.x86_64 bucket-name: no-bucket - os: ${{ github.event.repository.name != 'the-mirror' && 'linux-mirror' || 'ubuntu-20.04' }} + os: ${{ github.event.repository.name != 'the-mirror' && 'linux-mirror' || 'ubuntu-22.04' }} # TODO: This will be dynamic in future and we can't do that immediately as we have to focus on the deployment side. editor-download-url: https://storage.googleapis.com/mirror_native_client_builds/Engine/e33f01e3/MirrorGodotEditorLinux.x86_64 template-download-url: https://storage.googleapis.com/mirror_native_client_builds/Engine/e33f01e3/linux_release.x86_64 \ No newline at end of file diff --git a/.github/workflows/deployment.yml b/.github/workflows/deployment.yml index 1ea57bf8..021aa087 100644 --- a/.github/workflows/deployment.yml +++ b/.github/workflows/deployment.yml @@ -100,6 +100,6 @@ jobs: game-export-preset: Linux game-binary-name: The Mirror Dev.x86_64 bucket-name: no-bucket - os: ${{ github.event.repository.name != 'the-mirror' && 'linux-mirror' || 'ubuntu-20.04' }} + os: ${{ github.event.repository.name != 'the-mirror' && 'linux-mirror' || 'ubuntu-22.04' }} editor-download-url: https://storage.googleapis.com/mirror_native_client_builds/Engine/${{needs.get-or-build-engine.outputs.commit_hash}}/MirrorGodotEditorLinux.x86_64 template-download-url: https://storage.googleapis.com/mirror_native_client_builds/Engine/${{needs.get-or-build-engine.outputs.commit_hash}}/linux_release.x86_64 \ No newline at end of file