mirror of
https://github.com/Detanup01/gbe_fork.git
synced 2024-11-23 19:25:35 +08:00
upgrade all ubuntu runners
This commit is contained in:
parent
a9f90f2894
commit
c53f7fed6d
2
.github/workflows/emu-build-all-linux.yml
vendored
2
.github/workflows/emu-build-all-linux.yml
vendored
@ -26,7 +26,7 @@ jobs:
|
|||||||
builds-matrix-linux:
|
builds-matrix-linux:
|
||||||
name: build
|
name: build
|
||||||
needs: [ deps ]
|
needs: [ deps ]
|
||||||
runs-on: ubuntu-22.04
|
runs-on: ubuntu-24.04
|
||||||
if: ${{ !cancelled() }}
|
if: ${{ !cancelled() }}
|
||||||
continue-on-error: true
|
continue-on-error: true
|
||||||
|
|
||||||
|
2
.github/workflows/emu-deps-linux.yml
vendored
2
.github/workflows/emu-deps-linux.yml
vendored
@ -19,7 +19,7 @@ env:
|
|||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
deps-build:
|
deps-build:
|
||||||
runs-on: ubuntu-22.04
|
runs-on: ubuntu-24.04
|
||||||
if: ${{ !cancelled() }}
|
if: ${{ !cancelled() }}
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
|
@ -16,7 +16,7 @@ env:
|
|||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
runs-on: ubuntu-22.04
|
runs-on: ubuntu-24.04
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout branch
|
- name: Checkout branch
|
||||||
|
@ -16,7 +16,7 @@ env:
|
|||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
runs-on: ubuntu-22.04
|
runs-on: ubuntu-24.04
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout branch
|
- name: Checkout branch
|
||||||
|
6
.github/workflows/release.yml
vendored
6
.github/workflows/release.yml
vendored
@ -113,7 +113,7 @@ jobs:
|
|||||||
|
|
||||||
emu-linux-prep:
|
emu-linux-prep:
|
||||||
needs: [ emu-linux-all ]
|
needs: [ emu-linux-all ]
|
||||||
runs-on: ubuntu-22.04
|
runs-on: ubuntu-24.04
|
||||||
steps:
|
steps:
|
||||||
# we need branch because it has package scripts
|
# we need branch because it has package scripts
|
||||||
- name: Checkout branch
|
- name: Checkout branch
|
||||||
@ -265,7 +265,7 @@ jobs:
|
|||||||
|
|
||||||
gen_emu_script-linux-prep:
|
gen_emu_script-linux-prep:
|
||||||
needs: [ gen_emu_script-linux ]
|
needs: [ gen_emu_script-linux ]
|
||||||
runs-on: ubuntu-22.04
|
runs-on: ubuntu-24.04
|
||||||
steps:
|
steps:
|
||||||
# we need branch because it has package scripts
|
# we need branch because it has package scripts
|
||||||
- name: Checkout branch
|
- name: Checkout branch
|
||||||
@ -381,7 +381,7 @@ jobs:
|
|||||||
|
|
||||||
migrate_gse_script-linux-prep:
|
migrate_gse_script-linux-prep:
|
||||||
needs: [ migrate_gse_script-linux ]
|
needs: [ migrate_gse_script-linux ]
|
||||||
runs-on: ubuntu-22.04
|
runs-on: ubuntu-24.04
|
||||||
steps:
|
steps:
|
||||||
# we need branch because it has package scripts
|
# we need branch because it has package scripts
|
||||||
- name: Checkout branch
|
- name: Checkout branch
|
||||||
|
Loading…
Reference in New Issue
Block a user