Skip to content

Commit 67bb8da

Browse files
committed
Use correct docker image.
1 parent 1e636d1 commit 67bb8da

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/godot-ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
name: Windows Export
1313
runs-on: ubuntu-20.04
1414
container:
15-
image: barichello/godot-ci:4.3
15+
image: barichello/godot-ci:4.2.1
1616
steps:
1717
- name: Checkout
1818
uses: actions/checkout@v4
@@ -40,7 +40,7 @@ jobs:
4040
name: Linux Export
4141
runs-on: ubuntu-20.04
4242
container:
43-
image: barichello/godot-ci:4.3
43+
image: barichello/godot-ci:4.2.1
4444
steps:
4545
- name: Checkout
4646
uses: actions/checkout@v4
@@ -66,7 +66,7 @@ jobs:
6666
name: Mac Export
6767
runs-on: ubuntu-20.04
6868
container:
69-
image: barichello/godot-ci:4.3
69+
image: barichello/godot-ci:4.2.1
7070
steps:
7171
- name: Checkout
7272
uses: actions/checkout@v4

0 commit comments

Comments
 (0)