Merge pull request #36 from Detanup01/ubuntu_20-04

changing all 22.04 to 20.04
This commit is contained in:
Detanup01 2024-09-06 12:54:25 +02:00 committed by GitHub
commit cd8fcaf61f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
5 changed files with 7 additions and 7 deletions

View File

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

View File

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

View File

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

View File

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

View File

@ -104,7 +104,7 @@ jobs:
emu-linux-prep: emu-linux-prep:
needs: ["emu-linux-all"] needs: ["emu-linux-all"]
runs-on: "ubuntu-24.04" runs-on: "ubuntu-20.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"
@ -253,7 +253,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-24.04" runs-on: "ubuntu-20.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"
@ -365,7 +365,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-24.04" runs-on: "ubuntu-20.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"