test release #5
@@ -15,8 +15,7 @@ jobs:
|
||||
export-windows:
|
||||
name: Windows Export
|
||||
runs-on: ubuntu-24.04 # Use 24.04 with godot 4
|
||||
container:
|
||||
image: barichello/godot-ci:4.3
|
||||
container: barichello/godot-ci:4.3
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v6
|
||||
@@ -45,8 +44,7 @@ jobs:
|
||||
export-linux:
|
||||
name: Linux Export
|
||||
runs-on: ubuntu-24.04 # Use 24.04 with godot 4
|
||||
container:
|
||||
image: barichello/godot-ci:4.3
|
||||
container: barichello/godot-ci:4.3
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v6
|
||||
@@ -107,8 +105,7 @@ jobs:
|
||||
export-mac:
|
||||
name: Mac Export
|
||||
runs-on: ubuntu-24.04 # Use 24.04 with godot 4
|
||||
container:
|
||||
image: barichello/godot-ci:4.3
|
||||
container: barichello/godot-ci:4.3
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v6
|
||||
|
||||
Reference in New Issue
Block a user