From 461d1af9560957ede784cd5718646178651ef35b Mon Sep 17 00:00:00 2001 From: NetSysFire <59517351+NetSysFire@users.noreply.github.com> Date: Tue, 27 Aug 2024 09:35:01 +0200 Subject: [PATCH] use ubuntu24.04 over ubuntu 20.04 --- .github/workflows/release.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 3d00a0b20ca78..322970d5b3de1 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -88,7 +88,7 @@ jobs: content: application/zip sound: 1 - name: Linux Tiles x64 - os: ubuntu-20.04 + os: ubuntu-24.04 mxe: none android: none libbacktrace: 1 @@ -98,7 +98,7 @@ jobs: ext: tar.gz content: application/gzip - name: Linux Tiles Sounds x64 - os: ubuntu-20.04 + os: ubuntu-24.04 mxe: none android: none libbacktrace: 1 @@ -108,7 +108,7 @@ jobs: ext: tar.gz content: application/gzip - name: Linux Curses x64 - os: ubuntu-20.04 + os: ubuntu-24.04 mxe: none android: none libbacktrace: 1