change runner
This commit is contained in:
parent
cb2ad80f66
commit
aeae1ef9fb
1 changed files with 2 additions and 6 deletions
|
|
@ -11,12 +11,10 @@ env:
|
||||||
jobs:
|
jobs:
|
||||||
export-windows:
|
export-windows:
|
||||||
name: Windows Export
|
name: Windows Export
|
||||||
runs-on: ubuntu-latest # Use 24.04 with godot 4
|
runs-on: docker # Use 24.04 with godot 4
|
||||||
container:
|
container:
|
||||||
image: barichello/godot-ci:mono-4.6.1
|
image: barichello/godot-ci:mono-4.6.1
|
||||||
steps:
|
steps:
|
||||||
- name: apt
|
|
||||||
run: apt-get update && apt-get install -y nodejs npm
|
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
with:
|
with:
|
||||||
|
|
@ -41,12 +39,10 @@ jobs:
|
||||||
|
|
||||||
export-linux:
|
export-linux:
|
||||||
name: Linux Export
|
name: Linux Export
|
||||||
runs-on: ubuntu-latest # Use 24.04 with godot 4
|
runs-on: docker # Use 24.04 with godot 4
|
||||||
container:
|
container:
|
||||||
image: barichello/godot-ci:mono-4.6.1
|
image: barichello/godot-ci:mono-4.6.1
|
||||||
steps:
|
steps:
|
||||||
- name: apt
|
|
||||||
run: apt-get update && apt-get install -y nodejs npm
|
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
with:
|
with:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue