Skip to content

Commit 8a03447

Browse files
Update Godot CI container image to version 4.4.1 for Windows and Linux exports
1 parent b9ccff1 commit 8a03447

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/godot-ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
name: Windows Export
1414
runs-on: ubuntu-22.04 # Use 22.04 with godot 4
1515
container:
16-
image: barichello/godot-ci:4.3
16+
image: barichello/godot-ci:4.4.1
1717
steps:
1818
- name: Checkout
1919
uses: actions/checkout@v4
@@ -41,7 +41,7 @@ jobs:
4141
name: Linux Export
4242
runs-on: ubuntu-22.04 # Use 22.04 with godot 4
4343
container:
44-
image: barichello/godot-ci:4.3
44+
image: barichello/godot-ci:4.4.1
4545
steps:
4646
- name: Checkout
4747
uses: actions/checkout@v4

0 commit comments

Comments
 (0)