update workflow

This commit is contained in:
Nitwel 2023-11-20 12:34:59 +01:00
parent 7b4c1e052c
commit 3b86a16bc9

View File

@ -6,14 +6,13 @@ on:
- main
env:
GODOT_VERSION: 4.1.3-stable
EXPORT_NAME: immersive-home
jobs:
build:
runs-on: ubuntu-20.04
container:
image: barichello/godot-ci:${GODOT_VERSION}
image: barichello/godot-ci:4.1.3
steps:
- name: Checkout
uses: actions/checkout@v2