Skip to content

Commit b31e690

Browse files
authored
Merge pull request #665 from akien-mga/3.x-ci-godot-3.4
2 parents 68ce781 + a0f2ab1 commit b31e690

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/ci.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ jobs:
2121
sudo apt-get update -qq
2222
sudo apt-get install -qqq build-essential pkg-config
2323
python -m pip install scons
24-
curl -LO https://downloads.tuxfamily.org/godotengine/3.3.3/Godot_v3.3.3-stable_linux_server.64.zip
25-
unzip Godot_v3.3.3-stable_linux_server.64.zip
24+
curl -LO https://downloads.tuxfamily.org/godotengine/3.4/Godot_v3.4-stable_linux_server.64.zip
25+
unzip Godot_v3.4-stable_linux_server.64.zip
2626
2727
- name: Build godot-cpp
2828
run: |
@@ -41,7 +41,7 @@ jobs:
4141
4242
- name: Run test GDNative library
4343
run: |
44-
./Godot_v3.3.3-stable_linux_server.64 --path test -s script.gd
44+
./Godot_v3.4-stable_linux_server.64 --path test -s script.gd
4545
4646
windows-msvc:
4747
name: Build (Windows, MSVC)
@@ -123,8 +123,8 @@ jobs:
123123
- name: Install dependencies
124124
run: |
125125
python -m pip install scons
126-
curl -LO https://downloads.tuxfamily.org/godotengine/3.3.3/Godot_v3.3.3-stable_osx.universal.zip
127-
unzip Godot_v3.3.3-stable_osx.universal.zip
126+
curl -LO https://downloads.tuxfamily.org/godotengine/3.4/Godot_v3.4-stable_osx.universal.zip
127+
unzip Godot_v3.4-stable_osx.universal.zip
128128
129129
- name: Build godot-cpp
130130
run: |

0 commit comments

Comments
 (0)