chore: fixed version of godot
Some checks failed
Build Release / Create Release (pull_request) Has been cancelled
Build Release / Windows Export (pull_request) Has been cancelled
Build Release / Linux Export (pull_request) Has been cancelled
Build Release / Mac Export (pull_request) Has been cancelled

This commit is contained in:
2026-03-17 22:45:10 +01:00
parent 40d8d8753d
commit fd52dc9c1c

View File

@@ -7,7 +7,7 @@ on:
branches: [release] branches: [release]
env: env:
GODOT_VERSION: 4.3 GODOT_VERSION: 4.6.1
EXPORT_NAME: Experements EXPORT_NAME: Experements
PROJECT_PATH: . PROJECT_PATH: .
@@ -15,7 +15,7 @@ jobs:
export-windows: export-windows:
name: Windows Export name: Windows Export
runs-on: ubuntu-24.04 # Use 24.04 with godot 4 runs-on: ubuntu-24.04 # Use 24.04 with godot 4
container: barichello/godot-ci:4.3 container: barichello/godot-ci:4.6
steps: steps:
- name: Update and install dependencies - name: Update and install dependencies
run: | run: |
@@ -49,7 +49,7 @@ jobs:
export-linux: export-linux:
name: Linux Export name: Linux Export
runs-on: ubuntu-24.04 # Use 24.04 with godot 4 runs-on: ubuntu-24.04 # Use 24.04 with godot 4
container: barichello/godot-ci:4.3 container: barichello/godot-ci:4.6
steps: steps:
- name: Update and install dependencies - name: Update and install dependencies
run: | run: |
@@ -82,7 +82,7 @@ jobs:
export-mac: export-mac:
name: Mac Export name: Mac Export
runs-on: ubuntu-24.04 # Use 24.04 with godot 4 runs-on: ubuntu-24.04 # Use 24.04 with godot 4
container: barichello/godot-ci:4.3 container: barichello/godot-ci:4.6
steps: steps:
- name: Update and install dependencies - name: Update and install dependencies
run: | run: |