Skip to content

Commit b081ccc

Browse files
authored
[action] set runner to ubuntu22.04
1 parent 2946e4a commit b081ccc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/bsp_buildings.yml

Lines changed: 2 additions & 2 deletions
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"

0 commit comments

Comments
 (0)