From 7d33f18b36945ca03d41ddc357832bc30394984d Mon Sep 17 00:00:00 2001 From: Mario Zechner Date: Tue, 2 May 2023 10:54:09 +0200 Subject: [PATCH] [godot] Update GH Action runners to Ubuntu 20.04, update to latest Godot tags --- .github/workflows/spine-godot-v4.yml | 8 ++++---- .github/workflows/spine-godot.yml | 6 +++--- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/spine-godot-v4.yml b/.github/workflows/spine-godot-v4.yml index aaf4bc9b1..3aacde161 100644 --- a/.github/workflows/spine-godot-v4.yml +++ b/.github/workflows/spine-godot-v4.yml @@ -13,8 +13,8 @@ env: AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY }} AWS_EC2_METADATA_DISABLED: true EM_VERSION: 3.1.18 - GODOT_TAG: 4.0-stable - GODOT_VERSION: 4.0.stable + GODOT_TAG: 4.0.1-stable + GODOT_VERSION: 4.0.1.stable jobs: @@ -41,7 +41,7 @@ jobs: path: spine-godot/godot/bin/godot.windows.editor.x86_64.exe godot-editor-linux: - runs-on: ubuntu-latest + runs-on: ubuntu-20.04 steps: - uses: actions/checkout@v3 with: @@ -135,7 +135,7 @@ jobs: path: spine-godot/godot/bin/macos.zip godot-template-linux: - runs-on: ubuntu-18.04 + runs-on: ubuntu-20.04 steps: - uses: actions/checkout@v3 with: diff --git a/.github/workflows/spine-godot.yml b/.github/workflows/spine-godot.yml index fa07106ea..cfe520134 100644 --- a/.github/workflows/spine-godot.yml +++ b/.github/workflows/spine-godot.yml @@ -13,8 +13,8 @@ env: AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY }} AWS_EC2_METADATA_DISABLED: true EM_VERSION: 3.1.14 - GODOT_TAG: 3.5.1-stable - GODOT_VERSION: 3.5.1.stable + GODOT_TAG: 3.5.2-stable + GODOT_VERSION: 3.5.2.stable jobs: @@ -132,7 +132,7 @@ jobs: path: spine-godot/godot/bin/osx.zip godot-template-linux: - runs-on: ubuntu-18.04 + runs-on: ubuntu-20.04 steps: - uses: actions/checkout@v3 with: