File tree Expand file tree Collapse file tree 6 files changed +4
-13
lines changed Expand file tree Collapse file tree 6 files changed +4
-13
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ on: workflow_call
13
13
14
14
jobs :
15
15
check_urls :
16
- runs-on : ubuntu-20 .04
16
+ runs-on : ubuntu-22 .04
17
17
if : github.repository_owner == 'hwdsl2'
18
18
steps :
19
19
- uses : actions/checkout@v4
Original file line number Diff line number Diff line change 18
18
if : github.repository_owner == 'hwdsl2'
19
19
uses : ./.github/workflows/check_urls.yml
20
20
21
- test_set_1 :
22
- needs : check_urls
23
- uses : ./.github/workflows/test_set_1.yml
24
-
25
21
test_set_2 :
26
22
needs : check_urls
27
23
uses : ./.github/workflows/test_set_2.yml
Original file line number Diff line number Diff line change 16
16
- ' **.sh'
17
17
- ' .github/workflows/main.yml'
18
18
- ' .github/workflows/shellcheck.yml'
19
- - ' .github/workflows/test_set_1.yml'
20
19
- ' .github/workflows/test_set_2.yml'
21
20
22
21
jobs :
23
22
shellcheck :
24
23
if : github.repository_owner == 'hwdsl2'
25
24
uses : ./.github/workflows/shellcheck.yml
26
25
27
- test_set_1 :
28
- needs : shellcheck
29
- uses : ./.github/workflows/test_set_1.yml
30
-
31
26
test_set_2 :
32
27
needs : shellcheck
33
28
uses : ./.github/workflows/test_set_2.yml
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ on: workflow_call
13
13
14
14
jobs :
15
15
shellcheck :
16
- runs-on : ubuntu-20 .04
16
+ runs-on : ubuntu-22 .04
17
17
if : github.repository_owner == 'hwdsl2'
18
18
steps :
19
19
- uses : actions/checkout@v4
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ on: workflow_call
13
13
14
14
jobs :
15
15
test_set_1 :
16
- runs-on : ubuntu-20 .04
16
+ runs-on : ubuntu-22 .04
17
17
if : github.repository_owner == 'hwdsl2'
18
18
strategy :
19
19
matrix :
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ on: workflow_call
13
13
14
14
jobs :
15
15
test_set_2 :
16
- runs-on : ubuntu-20 .04
16
+ runs-on : ubuntu-22 .04
17
17
if : github.repository_owner == 'hwdsl2'
18
18
strategy :
19
19
matrix :
You can’t perform that action at this time.
0 commit comments