From d6a7a97e2862686c1b166916e7a45e975d6e26bf Mon Sep 17 00:00:00 2001 From: Nitwel Date: Mon, 20 Nov 2023 12:46:25 +0100 Subject: [PATCH] update workflow --- .github/workflows/build-debug.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build-debug.yml b/.github/workflows/build-debug.yml index 3899aa9..8757fb0 100644 --- a/.github/workflows/build-debug.yml +++ b/.github/workflows/build-debug.yml @@ -7,14 +7,14 @@ on: - testing env: - GODOT_VERSION: 4.1.3 + GODOT_VERSION: 4.1.3-stable EXPORT_NAME: immersive-home jobs: build: runs-on: ubuntu-20.04 container: - image: barichello/godot-ci:$GODOT_VERSION + image: barichello/godot-ci:4.1.3-stable steps: - name: Checkout uses: actions/checkout@v2