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:
|
||||
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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue