From 3c94e429cc818660b9159d92dbe0ec9a5cb82b9c Mon Sep 17 00:00:00 2001 From: Mario Zechner Date: Mon, 16 Jan 2023 14:03:34 +0100 Subject: [PATCH] [godot] Update action to ubuntu-latest for Linux to fix GCC sanitizer support. --- .github/workflows/spine-godot.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/spine-godot.yml b/.github/workflows/spine-godot.yml index 0f9d23e68..051de94cf 100644 --- a/.github/workflows/spine-godot.yml +++ b/.github/workflows/spine-godot.yml @@ -41,7 +41,7 @@ jobs: path: spine-godot/godot/bin/godot.windows.opt.tools.64.exe godot-editor-linux: - runs-on: ubuntu-18.04 + runs-on: ubuntu-latest steps: - uses: actions/checkout@v2 with: