Updated Linux builds to ubuntu-latest runners.

This commit is contained in:
Mario Zechner 2025-04-18 15:53:20 +02:00
parent 76b572e2bf
commit 133df6fbba
4 changed files with 11 additions and 11 deletions

View File

@ -6,7 +6,7 @@ on:
jobs: jobs:
build: build:
runs-on: ubuntu-22.04 runs-on: ubuntu-latest
steps: steps:
- name: Install OS dependencies (needed for act on ubuntu-latest) - name: Install OS dependencies (needed for act on ubuntu-latest)

View File

@ -49,7 +49,7 @@ jobs:
path: spine-godot/example-v4-extension/bin/windows/*.dll path: spine-godot/example-v4-extension/bin/windows/*.dll
build-linux-x86_64: build-linux-x86_64:
runs-on: ubuntu-20.04 runs-on: ubuntu-latest
steps: steps:
- uses: actions/checkout@v3 - uses: actions/checkout@v3
with: with:
@ -120,7 +120,7 @@ jobs:
path: spine-godot/example-v4-extension/bin/ios/*.xcframework/**/* path: spine-godot/example-v4-extension/bin/ios/*.xcframework/**/*
build-android: build-android:
runs-on: ubuntu-20.04 runs-on: ubuntu-latest
steps: steps:
- uses: actions/checkout@v3 - uses: actions/checkout@v3
with: with:
@ -163,7 +163,7 @@ jobs:
path: spine-godot/example-v4-extension/bin/android/*.so path: spine-godot/example-v4-extension/bin/android/*.so
build-web: build-web:
runs-on: ubuntu-20.04 runs-on: ubuntu-latest
steps: steps:
- uses: actions/checkout@v3 - uses: actions/checkout@v3
with: with:

View File

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

View File

@ -130,7 +130,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-20.04 runs-on: ubuntu-latest
steps: steps:
- uses: actions/checkout@v3 - uses: actions/checkout@v3
with: with:
@ -187,7 +187,7 @@ jobs:
path: spine-godot/godot/bin/windows_64_release.exe path: spine-godot/godot/bin/windows_64_release.exe
godot-template-android: godot-template-android:
runs-on: ubuntu-20.04 runs-on: ubuntu-latest
steps: steps:
- uses: actions/checkout@v3 - uses: actions/checkout@v3
with: with:
@ -233,7 +233,7 @@ jobs:
path: spine-godot/godot/bin/android_source.zip path: spine-godot/godot/bin/android_source.zip
godot-template-web: godot-template-web:
runs-on: ubuntu-20.04 runs-on: ubuntu-latest
steps: steps:
- uses: actions/checkout@v3 - uses: actions/checkout@v3
with: with: