|
@@ -65,7 +65,7 @@ jobs:
|
|
|
path: spine-godot/godot/bin/**/*
|
|
|
|
|
|
godot-editor-linux:
|
|
|
- runs-on: ubuntu-20.04
|
|
|
+ runs-on: ubuntu-latest
|
|
|
steps:
|
|
|
- uses: actions/checkout@v3
|
|
|
with:
|
|
@@ -161,7 +161,7 @@ jobs:
|
|
|
path: spine-godot/godot/bin/macos.zip
|
|
|
|
|
|
godot-template-linux:
|
|
|
- runs-on: ubuntu-20.04
|
|
|
+ runs-on: ubuntu-latest
|
|
|
steps:
|
|
|
- uses: actions/checkout@v3
|
|
|
with:
|
|
@@ -218,7 +218,7 @@ jobs:
|
|
|
path: spine-godot/godot/bin/windows_release_x86_64.exe
|
|
|
|
|
|
godot-template-android:
|
|
|
- runs-on: ubuntu-20.04
|
|
|
+ runs-on: ubuntu-latest
|
|
|
if: ${{ inputs.godot_mono == false }}
|
|
|
steps:
|
|
|
- uses: actions/checkout@v3
|
|
@@ -266,7 +266,7 @@ jobs:
|
|
|
path: spine-godot/godot/bin/android_source.zip
|
|
|
|
|
|
godot-template-web:
|
|
|
- runs-on: ubuntu-20.04
|
|
|
+ runs-on: ubuntu-latest
|
|
|
if: ${{ inputs.godot_mono == false }}
|
|
|
|
|
|
steps:
|