Skip to content

Commit

Permalink
[godot] Update GH Action runners to Ubuntu 20.04, update to latest Go…
Browse files Browse the repository at this point in the history
…dot tags
  • Loading branch information
badlogic committed May 2, 2023
1 parent d83cae3 commit 7d33f18
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/spine-godot-v4.yml
Expand Up @@ -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:

Expand All @@ -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:
Expand Down Expand Up @@ -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:
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/spine-godot.yml
Expand Up @@ -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:

Expand Down Expand Up @@ -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:
Expand Down

0 comments on commit 7d33f18

Please sign in to comment.