Skip to content

Commit cc57510

Browse files
committed
Update CI jobs for Godot 4.5
1 parent e86f723 commit cc57510

File tree

2 files changed

+21
-9
lines changed

2 files changed

+21
-9
lines changed

.github/workflows/full-ci.yml

Lines changed: 16 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -255,11 +255,11 @@ jobs:
255255
godot-binary: godot.macos.editor.dev.double.x86_64
256256
rust-extra-args: --features godot/api-custom,godot/double-precision
257257

258-
- name: macos-x86-4.3
258+
- name: macos-x86-4.4
259259
os: macos-13
260-
artifact-name: macos-x86-4.3
260+
artifact-name: macos-x86-4.4
261261
godot-binary: godot.macos.editor.dev.x86_64
262-
godot-prebuilt-patch: '4.3'
262+
godot-prebuilt-patch: '4.4'
263263

264264
- name: macos-arm
265265
os: macos-latest
@@ -274,11 +274,11 @@ jobs:
274274
# godot-binary: godot.macos.editor.dev.double.arm64
275275
# rust-extra-args: --features godot/api-custom,godot/double-precision
276276

277-
- name: macos-arm-4.3
277+
- name: macos-arm-4.4
278278
os: macos-latest
279-
artifact-name: macos-arm-4.3
279+
artifact-name: macos-arm-4.4
280280
godot-binary: godot.macos.editor.dev.arm64
281-
godot-prebuilt-patch: '4.3'
281+
godot-prebuilt-patch: '4.4'
282282

283283
# Windows
284284

@@ -294,11 +294,11 @@ jobs:
294294
godot-binary: godot.windows.editor.dev.double.x86_64.exe
295295
rust-extra-args: --features godot/api-custom,godot/double-precision
296296

297-
- name: windows-4.3
297+
- name: windows-4.4
298298
os: windows-latest
299-
artifact-name: windows-4.3
299+
artifact-name: windows-4.4
300300
godot-binary: godot.windows.editor.dev.x86_64.exe
301-
godot-prebuilt-patch: '4.3'
301+
godot-prebuilt-patch: '4.4'
302302

303303
# Linux
304304

@@ -349,6 +349,13 @@ jobs:
349349
# Linux compat:
350350
# No hot-reload before 4.4, as the Godot project is 4.4+.
351351

352+
- name: linux-4.5
353+
os: ubuntu-22.04
354+
artifact-name: linux-4.5
355+
godot-binary: godot.linuxbsd.editor.dev.x86_64
356+
#godot-prebuilt-patch: '4.5'
357+
hot-reload: stable
358+
352359
- name: linux-4.4
353360
os: ubuntu-22.04
354361
artifact-name: linux-4.4

.github/workflows/minimal-ci.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -187,6 +187,11 @@ jobs:
187187

188188
# Linux compat
189189

190+
- name: linux-4.5
191+
os: ubuntu-22.04
192+
artifact-name: linux-4.5
193+
godot-binary: godot.linuxbsd.editor.dev.x86_64
194+
190195
- name: linux-4.4
191196
os: ubuntu-22.04
192197
artifact-name: linux-4.4

0 commit comments

Comments
 (0)