Skip to content

Commit 126a8f0

Browse files
committed
[godot] Remove 4.0 build, upgrade to latest Scons.
1 parent 524b65f commit 126a8f0

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.github/actions/setup-godot-deps/action.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ runs:
1212
steps:
1313
# Use python 3.x release (works cross platform)
1414
- name: Set up Python 3.x
15-
uses: actions/setup-python@v4
15+
uses: actions/setup-python@v5
1616
with:
1717
# Semantic version range syntax or exact version of a Python version
1818
python-version: ${{ inputs.python-version }}
@@ -23,7 +23,7 @@ runs:
2323
shell: bash
2424
run: |
2525
python -c "import sys; print(sys.version)"
26-
python -m pip install scons==4.4.0
26+
python -m pip install scons==4.7.0
2727
scons --version
2828
2929
- name: Setup dotnet 6

.github/workflows/spine-godot-v4-all.yml

-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ jobs:
1414
matrix:
1515
version:
1616
[
17-
{"tag": "4.0.4-stable", "version": "4.0.4.stable", "mono": false},
1817
{"tag": "4.1.3-stable", "version": "4.1.3.stable", "mono": false},
1918
{"tag": "4.1.3-stable", "version": "4.1.3.stable", "mono": true},
2019
{"tag": "4.2.2-stable", "version": "4.2.2.stable", "mono": false},

0 commit comments

Comments
 (0)