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
@@ -8,7 +8,7 @@ on:
types: [opened, synchronize, reopened, ready_for_review]
jobs:
license-header-check:
runs-on: ubuntu-latest
runs-on: ubuntu-20.04
name: license-header-check
steps:
- uses: actions/checkout@v2