[Git] Use compatible ubuntu version for labeler
This commit is contained in:
parent
abc1b51771
commit
279d259fd7
|
@ -4,7 +4,7 @@ on:
|
|||
|
||||
jobs:
|
||||
triage:
|
||||
runs-on: ubuntu-latest
|
||||
runs-on: ubuntu-18.04
|
||||
steps:
|
||||
- uses: actions/labeler@main
|
||||
with:
|
||||
|
|
Loading…
Reference in New Issue