upgrade all ubuntu runners

This commit is contained in:
otavepto 2024-06-16 17:32:33 +03:00
parent a9f90f2894
commit c53f7fed6d
5 changed files with 7 additions and 7 deletions

View File

@ -26,7 +26,7 @@ jobs:
builds-matrix-linux:
name: build
needs: [ deps ]
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
if: ${{ !cancelled() }}
continue-on-error: true

View File

@ -19,7 +19,7 @@ env:
jobs:
deps-build:
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
if: ${{ !cancelled() }}
steps:

View File

@ -16,7 +16,7 @@ env:
jobs:
build:
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
steps:
- name: Checkout branch

View File

@ -16,7 +16,7 @@ env:
jobs:
build:
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
steps:
- name: Checkout branch

View File

@ -113,7 +113,7 @@ jobs:
emu-linux-prep:
needs: [ emu-linux-all ]
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
steps:
# we need branch because it has package scripts
- name: Checkout branch
@ -265,7 +265,7 @@ jobs:
gen_emu_script-linux-prep:
needs: [ gen_emu_script-linux ]
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
steps:
# we need branch because it has package scripts
- name: Checkout branch
@ -381,7 +381,7 @@ jobs:
migrate_gse_script-linux-prep:
needs: [ migrate_gse_script-linux ]
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
steps:
# we need branch because it has package scripts
- name: Checkout branch