change runner
Some checks failed
godot-ci export / Windows Export (push) Failing after 8s
godot-ci export / Linux Export (push) Failing after 9s

This commit is contained in:
Aada Tikkanen 2026-03-02 16:04:01 +02:00
parent cb2ad80f66
commit aeae1ef9fb

View file

@ -11,12 +11,10 @@ env:
jobs:
export-windows:
name: Windows Export
runs-on: ubuntu-latest # Use 24.04 with godot 4
runs-on: docker # Use 24.04 with godot 4
container:
image: barichello/godot-ci:mono-4.6.1
steps:
- name: apt
run: apt-get update && apt-get install -y nodejs npm
- name: Checkout
uses: actions/checkout@v4
with:
@ -41,12 +39,10 @@ jobs:
export-linux:
name: Linux Export
runs-on: ubuntu-latest # Use 24.04 with godot 4
runs-on: docker # Use 24.04 with godot 4
container:
image: barichello/godot-ci:mono-4.6.1
steps:
- name: apt
run: apt-get update && apt-get install -y nodejs npm
- name: Checkout
uses: actions/checkout@v4
with: