[action] set runner to ubuntu22.04
This commit is contained in:
parent
6c6c5f5d35
commit
c9c103f30e
2
.github/workflows/action_tools.yml
vendored
2
.github/workflows/action_tools.yml
vendored
@ -32,7 +32,7 @@ permissions:
|
||||
|
||||
jobs:
|
||||
test:
|
||||
runs-on: ubuntu-latest
|
||||
runs-on: ubuntu-22.04
|
||||
name: Tools
|
||||
if: github.repository_owner == 'RT-Thread'
|
||||
strategy:
|
||||
|
2
.github/workflows/action_utest.yml
vendored
2
.github/workflows/action_utest.yml
vendored
@ -26,7 +26,7 @@ permissions:
|
||||
|
||||
jobs:
|
||||
test:
|
||||
runs-on: ubuntu-latest
|
||||
runs-on: ubuntu-22.04
|
||||
name: ${{ matrix.legs.UTEST }}
|
||||
if: github.repository_owner == 'RT-Thread'
|
||||
strategy:
|
||||
|
2
.github/workflows/auto_labeler.yml
vendored
2
.github/workflows/auto_labeler.yml
vendored
@ -20,6 +20,6 @@ jobs:
|
||||
permissions:
|
||||
contents: read
|
||||
pull-requests: write
|
||||
runs-on: ubuntu-latest
|
||||
runs-on: ubuntu-22.04
|
||||
steps:
|
||||
- uses: actions/labeler@v5
|
4
.github/workflows/bsp_buildings.yml
vendored
4
.github/workflows/bsp_buildings.yml
vendored
@ -30,7 +30,7 @@ permissions:
|
||||
|
||||
jobs:
|
||||
build:
|
||||
runs-on: ubuntu-latest
|
||||
runs-on: ubuntu-22.04
|
||||
name: ${{ matrix.legs.RTT_BSP }}
|
||||
if: github.repository_owner == 'RT-Thread'
|
||||
strategy:
|
||||
@ -509,4 +509,4 @@ jobs:
|
||||
run: |
|
||||
curl -X POST -H "Authorization: token ${{ secrets.RTTHREAD_GITHUB_TOKEN }}" \
|
||||
-d '{"body":"@${{ github.actor }}, Thank you for your contribution, but there was an error with the action. Could you please help check the BSP compilation issue? Thank you."}' \
|
||||
"https://api.github.com/repos/${{ github.repository }}/issues/${{ github.event.pull_request.number }}/comments"
|
||||
"https://api.github.com/repos/${{ github.repository }}/issues/${{ github.event.pull_request.number }}/comments"
|
||||
|
@ -33,7 +33,7 @@ permissions:
|
||||
|
||||
jobs:
|
||||
build:
|
||||
runs-on: ubuntu-latest
|
||||
runs-on: ubuntu-22.04
|
||||
name: BSP Compilation with More Drivers
|
||||
|
||||
steps:
|
||||
|
2
.github/workflows/format_check.yml
vendored
2
.github/workflows/format_check.yml
vendored
@ -11,7 +11,7 @@ on:
|
||||
|
||||
jobs:
|
||||
scancode_job:
|
||||
runs-on: ubuntu-latest
|
||||
runs-on: ubuntu-22.04
|
||||
name: Scan code format and license
|
||||
if: github.repository_owner == 'RT-Thread'
|
||||
steps:
|
||||
|
2
.github/workflows/manual_bsp_build.yml
vendored
2
.github/workflows/manual_bsp_build.yml
vendored
@ -51,7 +51,7 @@ permissions:
|
||||
|
||||
jobs:
|
||||
build:
|
||||
runs-on: ubuntu-latest
|
||||
runs-on: ubuntu-22.04
|
||||
name: ${{ github.event.inputs.bsp_options }}
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
|
2
.github/workflows/manual_dist.yml
vendored
2
.github/workflows/manual_dist.yml
vendored
@ -50,7 +50,7 @@ permissions:
|
||||
|
||||
jobs:
|
||||
build:
|
||||
runs-on: ubuntu-latest
|
||||
runs-on: ubuntu-22.04
|
||||
name: ${{ github.event.inputs.bsp_options }}
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
|
@ -32,7 +32,7 @@ permissions:
|
||||
|
||||
jobs:
|
||||
build:
|
||||
runs-on: ubuntu-latest
|
||||
runs-on: ubuntu-22.04
|
||||
name: ${{ matrix.legs.RTT_BSP }}
|
||||
if: github.repository_owner == 'RT-Thread'
|
||||
strategy:
|
||||
|
@ -34,7 +34,7 @@ permissions:
|
||||
|
||||
jobs:
|
||||
build:
|
||||
runs-on: ubuntu-latest
|
||||
runs-on: ubuntu-22.04
|
||||
name: ${{ matrix.legs.RTT_BSP }}
|
||||
if: github.repository_owner == 'RT-Thread'
|
||||
strategy:
|
||||
|
@ -34,7 +34,7 @@ permissions:
|
||||
|
||||
jobs:
|
||||
build:
|
||||
runs-on: ubuntu-latest
|
||||
runs-on: ubuntu-22.04
|
||||
name: ${{ matrix.legs.RTT_BSP }}
|
||||
if: github.repository_owner == 'RT-Thread'
|
||||
strategy:
|
||||
|
@ -40,7 +40,7 @@ permissions:
|
||||
|
||||
jobs:
|
||||
build:
|
||||
runs-on: ubuntu-latest
|
||||
runs-on: ubuntu-22.04
|
||||
name: update and create pull request
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
|
2
.github/workflows/spell_check.yml
vendored
2
.github/workflows/spell_check.yml
vendored
@ -9,7 +9,7 @@ on:
|
||||
jobs:
|
||||
spelling:
|
||||
name: Check Spelling
|
||||
runs-on: ubuntu-latest
|
||||
runs-on: ubuntu-22.04
|
||||
if: github.repository_owner == 'RT-Thread'
|
||||
steps:
|
||||
- name: output ignore words info
|
||||
|
2
.github/workflows/static_code_analysis.yml
vendored
2
.github/workflows/static_code_analysis.yml
vendored
@ -21,7 +21,7 @@ on:
|
||||
|
||||
jobs:
|
||||
scancode_job:
|
||||
runs-on: ubuntu-latest
|
||||
runs-on: ubuntu-22.04
|
||||
name: Static code analysis
|
||||
if: github.repository_owner == 'RT-Thread'
|
||||
steps:
|
||||
|
Loading…
x
Reference in New Issue
Block a user