File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ concurrency:
77jobs :
88 unacceptable-language-check :
99 name : Unacceptable language check
10- runs-on : ubuntu-latest
10+ runs-on : ubuntu-22.04
1111 timeout-minutes : 1
1212 steps :
1313 - name : Checkout repository
1717
1818 license-header-check :
1919 name : License headers check
20- runs-on : ubuntu-latest
20+ runs-on : ubuntu-22.04
2121 timeout-minutes : 1
2222 steps :
2323 - name : Checkout repository
2727
2828 format-check :
2929 name : Format check
30- runs-on : ubuntu-latest
30+ runs-on : ubuntu-22.04
3131 timeout-minutes : 5
3232 steps :
3333 - name : Checkout repository
4343
4444 broken-symlinks-check :
4545 name : Broken symlinks check
46- runs-on : ubuntu-latest
46+ runs-on : ubuntu-22.04
4747 timeout-minutes : 1
4848 steps :
4949 - name : Checkout repository
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ concurrency:
99jobs :
1010 unit-test :
1111 name : Unit Test
12- runs-on : ubuntu-latest
12+ runs-on : ubuntu-22.04
1313 timeout-minutes : 10
1414 strategy :
1515 fail-fast : false
You can’t perform that action at this time.
0 commit comments