Skip to content

Commit c9c103f

Browse files
supperthomasRbb666
authored andcommitted
[action] set runner to ubuntu22.04
1 parent 6c6c5f5 commit c9c103f

14 files changed

+15
-15
lines changed

.github/workflows/action_tools.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ permissions:
3232

3333
jobs:
3434
test:
35-
runs-on: ubuntu-latest
35+
runs-on: ubuntu-22.04
3636
name: Tools
3737
if: github.repository_owner == 'RT-Thread'
3838
strategy:

.github/workflows/action_utest.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ permissions:
2626

2727
jobs:
2828
test:
29-
runs-on: ubuntu-latest
29+
runs-on: ubuntu-22.04
3030
name: ${{ matrix.legs.UTEST }}
3131
if: github.repository_owner == 'RT-Thread'
3232
strategy:

.github/workflows/auto_labeler.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,6 @@ jobs:
2020
permissions:
2121
contents: read
2222
pull-requests: write
23-
runs-on: ubuntu-latest
23+
runs-on: ubuntu-22.04
2424
steps:
2525
- uses: actions/labeler@v5

.github/workflows/bsp_buildings.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ permissions:
3030

3131
jobs:
3232
build:
33-
runs-on: ubuntu-latest
33+
runs-on: ubuntu-22.04
3434
name: ${{ matrix.legs.RTT_BSP }}
3535
if: github.repository_owner == 'RT-Thread'
3636
strategy:
@@ -509,4 +509,4 @@ jobs:
509509
run: |
510510
curl -X POST -H "Authorization: token ${{ secrets.RTTHREAD_GITHUB_TOKEN }}" \
511511
-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."}' \
512-
"https://api.github.com/repos/${{ github.repository }}/issues/${{ github.event.pull_request.number }}/comments"
512+
"https://api.github.com/repos/${{ github.repository }}/issues/${{ github.event.pull_request.number }}/comments"

.github/workflows/compile_bsp_with_drivers.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ permissions:
3333

3434
jobs:
3535
build:
36-
runs-on: ubuntu-latest
36+
runs-on: ubuntu-22.04
3737
name: BSP Compilation with More Drivers
3838

3939
steps:

.github/workflows/format_check.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ on:
1111

1212
jobs:
1313
scancode_job:
14-
runs-on: ubuntu-latest
14+
runs-on: ubuntu-22.04
1515
name: Scan code format and license
1616
if: github.repository_owner == 'RT-Thread'
1717
steps:

.github/workflows/manual_bsp_build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ permissions:
5151

5252
jobs:
5353
build:
54-
runs-on: ubuntu-latest
54+
runs-on: ubuntu-22.04
5555
name: ${{ github.event.inputs.bsp_options }}
5656
steps:
5757
- uses: actions/checkout@v4

.github/workflows/manual_dist.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ permissions:
5050

5151
jobs:
5252
build:
53-
runs-on: ubuntu-latest
53+
runs-on: ubuntu-22.04
5454
name: ${{ github.event.inputs.bsp_options }}
5555
steps:
5656
- uses: actions/checkout@v4

.github/workflows/manual_trigger_scons_STM32_all.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ permissions:
3232

3333
jobs:
3434
build:
35-
runs-on: ubuntu-latest
35+
runs-on: ubuntu-22.04
3636
name: ${{ matrix.legs.RTT_BSP }}
3737
if: github.repository_owner == 'RT-Thread'
3838
strategy:

.github/workflows/manual_trigger_scons_except_STM32_all.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ permissions:
3434

3535
jobs:
3636
build:
37-
runs-on: ubuntu-latest
37+
runs-on: ubuntu-22.04
3838
name: ${{ matrix.legs.RTT_BSP }}
3939
if: github.repository_owner == 'RT-Thread'
4040
strategy:

.github/workflows/manual_trigger_scons_fail_bsp_all.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ permissions:
3434

3535
jobs:
3636
build:
37-
runs-on: ubuntu-latest
37+
runs-on: ubuntu-22.04
3838
name: ${{ matrix.legs.RTT_BSP }}
3939
if: github.repository_owner == 'RT-Thread'
4040
strategy:

.github/workflows/manual_trigger_update_all.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ permissions:
4040

4141
jobs:
4242
build:
43-
runs-on: ubuntu-latest
43+
runs-on: ubuntu-22.04
4444
name: update and create pull request
4545
steps:
4646
- uses: actions/checkout@v4

.github/workflows/spell_check.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ on:
99
jobs:
1010
spelling:
1111
name: Check Spelling
12-
runs-on: ubuntu-latest
12+
runs-on: ubuntu-22.04
1313
if: github.repository_owner == 'RT-Thread'
1414
steps:
1515
- name: output ignore words info

.github/workflows/static_code_analysis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ on:
2121

2222
jobs:
2323
scancode_job:
24-
runs-on: ubuntu-latest
24+
runs-on: ubuntu-22.04
2525
name: Static code analysis
2626
if: github.repository_owner == 'RT-Thread'
2727
steps:

0 commit comments

Comments
 (0)