File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 10
10
jobs :
11
11
build :
12
12
name : build
13
- runs-on : ubuntu-20 .04
13
+ runs-on : ubuntu-24 .04
14
14
steps :
15
15
- name : Checkout
16
16
uses : actions/checkout@v4
45
45
46
46
check :
47
47
name : check
48
- runs-on : ubuntu-20 .04
48
+ runs-on : ubuntu-24 .04
49
49
needs : build
50
50
steps :
51
51
- name : Checkout
@@ -109,7 +109,7 @@ jobs:
109
109
test :
110
110
name : test
111
111
needs : [build, check]
112
- runs-on : ubuntu-20 .04
112
+ runs-on : ubuntu-24 .04
113
113
steps :
114
114
- name : Checkout
115
115
uses : actions/checkout@v4
Original file line number Diff line number Diff line change 10
10
jobs :
11
11
check-commit-message :
12
12
name : Check Commit Message
13
- runs-on : ubuntu-20 .04
13
+ runs-on : ubuntu-24 .04
14
14
steps :
15
15
- name : Check Commit Message
16
16
uses : gsactions/commit-message-checker@v2
You can’t perform that action at this time.
0 commit comments