Skip to content

Commit

Permalink
CI: downgrade to Godot 4.4-dev2, due to segfault on export
Browse files Browse the repository at this point in the history
  • Loading branch information
pkdawson committed Oct 17, 2024
1 parent ad8f7d6 commit 838d7d9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/gdext.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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#
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/godot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 838d7d9

Please sign in to comment.