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