ci: downgrade container to 20.04 (#108)

This commit is contained in:
Yingwen
2023-10-18 14:23:49 +08:00
committed by GitHub
parent 1f1dd532a1
commit ced45cb787
3 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -10,7 +10,7 @@ on:
jobs:
check:
runs-on: ubuntu-latest
runs-on: ubuntu-20.04
timeout-minutes: 10
steps:
- uses: thehanimo/pr-title-checker@v1.3.4