From 838d7d9c3e22b61e90a38c336b2b78133198f5d8 Mon Sep 17 00:00:00 2001 From: Patrick Dawson Date: Thu, 17 Oct 2024 03:40:42 +0200 Subject: [PATCH] CI: downgrade to Godot 4.4-dev2, due to segfault on export --- .github/workflows/gdext.yml | 6 +++--- .github/workflows/godot.yml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/gdext.yml b/.github/workflows/gdext.yml index 2fe9378..2ee7475 100644 --- a/.github/workflows/gdext.yml +++ b/.github/workflows/gdext.yml @@ -272,7 +272,7 @@ jobs: fail-fast: false matrix: os: [ubuntu-latest, macos-latest, windows-latest] - gdver: ["4.2.2", "4.3.0", "4.4.0-dev.3"] + gdver: ["4.2.2", "4.3.0", "4.4.0-dev.2"] include: - os: ubuntu-latest name: 🐧GdsGameProject @@ -353,7 +353,7 @@ jobs: fail-fast: false matrix: os: [ubuntu-latest, macos-latest, windows-latest] - gdver: ["4.2.2", "4.3.0", "4.4.0-dev.3"] + gdver: ["4.2.2", "4.3.0", "4.4.0-dev.2"] include: - os: ubuntu-latest name: 🐧🧪GDScript @@ -404,7 +404,7 @@ jobs: fail-fast: false matrix: os: [ubuntu-latest, macos-latest, windows-latest] - gdver: ["4.2.2", "4.3.0", "4.4.0-dev.3"] + gdver: ["4.2.2", "4.3.0", "4.4.0-dev.2"] include: - os: ubuntu-latest name: 🐧🧪C# diff --git a/.github/workflows/godot.yml b/.github/workflows/godot.yml index e4f5dea..6dba637 100644 --- a/.github/workflows/godot.yml +++ b/.github/workflows/godot.yml @@ -10,7 +10,7 @@ jobs: fail-fast: false matrix: os: [ubuntu-latest, macos-latest, windows-latest] - gdver: ["4.2.2", "4.3.0", "4.4.0-dev.3"] + gdver: ["4.2.2", "4.3.0", "4.4.0-dev.2"] include: - os: ubuntu-latest name: 🐧🧪C# Only