Bumped CI godot version to 4.4
Some checks failed
linting & formatting / build (push) Successful in 11s
itch.io publish action / build (linux64, x86_64) (push) Failing after 2m40s
itch.io publish action / build (osx, app) (push) Failing after 1m1s
itch.io publish action / build (win64, exe) (push) Failing after 58s

This commit is contained in:
Rob Kelly 2025-03-21 21:54:06 -06:00
parent 76329c9a8e
commit 6ef5e63430

View File

@ -8,7 +8,7 @@ on:
- v* - v*
env: env:
GODOT_VERSION: 4.3 GODOT_VERSION: 4.4
EXPORT_NAME: ${{ vars.ITCH_GAME }} EXPORT_NAME: ${{ vars.ITCH_GAME }}
PROJECT_PATH: . PROJECT_PATH: .
@ -17,7 +17,7 @@ jobs:
build: build:
runs-on: ubuntu-20.04 runs-on: ubuntu-20.04
container: container:
image: barichello/godot-ci:4.3 image: barichello/godot-ci:4.4
strategy: strategy:
matrix: matrix:
include: include: