From 5d9c3e29691f6696696732c617f2d35a74c78c06 Mon Sep 17 00:00:00 2001 From: Oier Bravo Urtasun Date: Mon, 29 Sep 2025 15:26:15 +0200 Subject: [PATCH] host --- .gitea/workflows/push.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/push.yml b/.gitea/workflows/push.yml index 56a10479..58102864 100644 --- a/.gitea/workflows/push.yml +++ b/.gitea/workflows/push.yml @@ -11,7 +11,7 @@ env: jobs: export-linux: name: Linux Export - runs-on: ubuntu-latest # Use 22.04 with godot 4 + runs-on: ubuntu-latest:host # Use 22.04 with godot 4 container: image: barichello/godot-ci:4.4.1 steps: