[godot] Update GH Action runners to Ubuntu 20.04, update to latest Godot tags

This commit is contained in:
Mario Zechner 2023-05-02 10:54:09 +02:00
parent d83cae37f0
commit 7d33f18b36
2 changed files with 7 additions and 7 deletions

View File

@ -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:

View File

@ -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: