From 897161a9a217fb289deebeca6dabf4c25c92df9b Mon Sep 17 00:00:00 2001 From: Hugo Locurcio Date: Tue, 2 Jan 2024 21:06:18 +0100 Subject: [PATCH] Use Godot 4.2.1 in CI build template --- .github/workflows/godot-ci.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/godot-ci.yml b/.github/workflows/godot-ci.yml index 8dea4ca..f51c3a4 100644 --- a/.github/workflows/godot-ci.yml +++ b/.github/workflows/godot-ci.yml @@ -2,7 +2,7 @@ name: "godot-ci export" on: push env: - GODOT_VERSION: 3.3.4 + GODOT_VERSION: 4.2.1 EXPORT_NAME: test-project PROJECT_PATH: test-project @@ -11,7 +11,7 @@ jobs: name: Windows Export runs-on: ubuntu-20.04 container: - image: barichello/godot-ci:3.3.4 + image: barichello/godot-ci:4.2.1 steps: - name: Checkout uses: actions/checkout@v2 @@ -36,7 +36,7 @@ jobs: name: Linux Export runs-on: ubuntu-20.04 container: - image: barichello/godot-ci:3.3.4 + image: barichello/godot-ci:4.2.1 steps: - name: Checkout uses: actions/checkout@v2 @@ -61,7 +61,7 @@ jobs: name: Web Export runs-on: ubuntu-20.04 container: - image: barichello/godot-ci:3.3.4 + image: barichello/godot-ci:4.2.1 steps: - name: Checkout uses: actions/checkout@v2 @@ -94,7 +94,7 @@ jobs: name: Mac Export runs-on: ubuntu-20.04 container: - image: barichello/godot-ci:3.3.4 + image: barichello/godot-ci:4.2.1 steps: - name: Checkout uses: actions/checkout@v2