mirror of
https://github.com/EsotericSoftware/spine-runtimes.git
synced 2025-12-21 01:36:02 +08:00
Updated Linux builds to ubuntu-latest runners.
This commit is contained in:
parent
76b572e2bf
commit
133df6fbba
2
.github/workflows/format-check.yml
vendored
2
.github/workflows/format-check.yml
vendored
@ -6,7 +6,7 @@ on:
|
||||
|
||||
jobs:
|
||||
build:
|
||||
runs-on: ubuntu-22.04
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
|
||||
- name: Install OS dependencies (needed for act on ubuntu-latest)
|
||||
|
||||
@ -49,7 +49,7 @@ jobs:
|
||||
path: spine-godot/example-v4-extension/bin/windows/*.dll
|
||||
|
||||
build-linux-x86_64:
|
||||
runs-on: ubuntu-20.04
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
with:
|
||||
@ -120,7 +120,7 @@ jobs:
|
||||
path: spine-godot/example-v4-extension/bin/ios/*.xcframework/**/*
|
||||
|
||||
build-android:
|
||||
runs-on: ubuntu-20.04
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
with:
|
||||
@ -163,7 +163,7 @@ jobs:
|
||||
path: spine-godot/example-v4-extension/bin/android/*.so
|
||||
|
||||
build-web:
|
||||
runs-on: ubuntu-20.04
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
with:
|
||||
|
||||
8
.github/workflows/spine-godot-v4.yml
vendored
8
.github/workflows/spine-godot-v4.yml
vendored
@ -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:
|
||||
|
||||
6
.github/workflows/spine-godot.yml
vendored
6
.github/workflows/spine-godot.yml
vendored
@ -130,7 +130,7 @@ jobs:
|
||||
path: spine-godot/godot/bin/osx.zip
|
||||
|
||||
godot-template-linux:
|
||||
runs-on: ubuntu-20.04
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
with:
|
||||
@ -187,7 +187,7 @@ jobs:
|
||||
path: spine-godot/godot/bin/windows_64_release.exe
|
||||
|
||||
godot-template-android:
|
||||
runs-on: ubuntu-20.04
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
with:
|
||||
@ -233,7 +233,7 @@ jobs:
|
||||
path: spine-godot/godot/bin/android_source.zip
|
||||
|
||||
godot-template-web:
|
||||
runs-on: ubuntu-20.04
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
with:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user