ci: run all tests on ubuntu-22.04
This commit is contained in:
parent
e35f11b25e
commit
4e2b553972
|
@ -11,7 +11,7 @@ on:
|
|||
required: true
|
||||
jobs:
|
||||
flakehub-publish:
|
||||
runs-on: "ubuntu-latest"
|
||||
runs-on: "ubuntu-22.04"
|
||||
permissions:
|
||||
id-token: "write"
|
||||
contents: "read"
|
||||
|
|
|
@ -26,7 +26,7 @@ concurrency:
|
|||
jobs:
|
||||
job1:
|
||||
name: All supported
|
||||
runs-on: ubuntu-latest
|
||||
runs-on: ubuntu-22.04
|
||||
# The type of runner that the job will run on
|
||||
#runs-on: ubuntu-latest
|
||||
# Steps represent a sequence of tasks that will be executed as part of the job
|
||||
|
@ -49,7 +49,7 @@ jobs:
|
|||
|
||||
job2:
|
||||
name: All info
|
||||
runs-on: ubuntu-latest
|
||||
runs-on: ubuntu-22.04
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- name: Show info about all OS
|
||||
|
@ -77,7 +77,7 @@ jobs:
|
|||
job3:
|
||||
needs: job1
|
||||
name: All URLs
|
||||
runs-on: ubuntu-latest
|
||||
runs-on: ubuntu-22.04
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- name: List all supported systems download URLs
|
||||
|
@ -106,7 +106,7 @@ jobs:
|
|||
|
||||
job4:
|
||||
name: All checks
|
||||
runs-on: ubuntu-latest
|
||||
runs-on: ubuntu-22.04
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- name: Checking if all downloads for Operating Systems are available
|
||||
|
@ -143,7 +143,7 @@ jobs:
|
|||
job5:
|
||||
needs: [job2, job3, job4]
|
||||
name: Uploading artifacts
|
||||
runs-on: ubuntu-latest
|
||||
runs-on: ubuntu-22.04
|
||||
steps:
|
||||
- uses: actions/download-artifact@v4
|
||||
with:
|
||||
|
|
|
@ -12,7 +12,7 @@ jobs:
|
|||
contents: read
|
||||
pull-requests: write
|
||||
name: 'Run shellcheck with reviewdog'
|
||||
runs-on: ubuntu-latest
|
||||
runs-on: ubuntu-22.04
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- uses: haya14busa/action-cond@v1
|
||||
|
|
Loading…
Reference in New Issue