mirror of
https://github.com/EsotericSoftware/spine-runtimes.git
synced 2025-12-21 01:36:02 +08:00
[godot] Update GH Action runners to Ubuntu 20.04, update to latest Godot tags
This commit is contained in:
parent
d83cae37f0
commit
7d33f18b36
8
.github/workflows/spine-godot-v4.yml
vendored
8
.github/workflows/spine-godot-v4.yml
vendored
@ -13,8 +13,8 @@ env:
|
|||||||
AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
|
AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
|
||||||
AWS_EC2_METADATA_DISABLED: true
|
AWS_EC2_METADATA_DISABLED: true
|
||||||
EM_VERSION: 3.1.18
|
EM_VERSION: 3.1.18
|
||||||
GODOT_TAG: 4.0-stable
|
GODOT_TAG: 4.0.1-stable
|
||||||
GODOT_VERSION: 4.0.stable
|
GODOT_VERSION: 4.0.1.stable
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
|
|
||||||
@ -41,7 +41,7 @@ jobs:
|
|||||||
path: spine-godot/godot/bin/godot.windows.editor.x86_64.exe
|
path: spine-godot/godot/bin/godot.windows.editor.x86_64.exe
|
||||||
|
|
||||||
godot-editor-linux:
|
godot-editor-linux:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-20.04
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
with:
|
with:
|
||||||
@ -135,7 +135,7 @@ jobs:
|
|||||||
path: spine-godot/godot/bin/macos.zip
|
path: spine-godot/godot/bin/macos.zip
|
||||||
|
|
||||||
godot-template-linux:
|
godot-template-linux:
|
||||||
runs-on: ubuntu-18.04
|
runs-on: ubuntu-20.04
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
with:
|
with:
|
||||||
|
|||||||
6
.github/workflows/spine-godot.yml
vendored
6
.github/workflows/spine-godot.yml
vendored
@ -13,8 +13,8 @@ env:
|
|||||||
AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
|
AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
|
||||||
AWS_EC2_METADATA_DISABLED: true
|
AWS_EC2_METADATA_DISABLED: true
|
||||||
EM_VERSION: 3.1.14
|
EM_VERSION: 3.1.14
|
||||||
GODOT_TAG: 3.5.1-stable
|
GODOT_TAG: 3.5.2-stable
|
||||||
GODOT_VERSION: 3.5.1.stable
|
GODOT_VERSION: 3.5.2.stable
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
|
|
||||||
@ -132,7 +132,7 @@ jobs:
|
|||||||
path: spine-godot/godot/bin/osx.zip
|
path: spine-godot/godot/bin/osx.zip
|
||||||
|
|
||||||
godot-template-linux:
|
godot-template-linux:
|
||||||
runs-on: ubuntu-18.04
|
runs-on: ubuntu-20.04
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
with:
|
with:
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user