From b6a2e2a5799b542f5556a04107ed86af7196d663 Mon Sep 17 00:00:00 2001 From: Apprentice-Alchemist <53486764+Apprentice-Alchemist@users.noreply.github.com> Date: Tue, 7 Jan 2025 11:49:47 +0100 Subject: [PATCH] [ci] upgrade to Ubuntu 22.04 --- .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 4f759ccc6..7f6b46832 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -27,7 +27,7 @@ jobs: include: - target: linux - runner: ubuntu-20.04 + runner: ubuntu-22.04 haxe_nightly_dir: linux64 archive_ext: tar.gz