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 1010jobs :
1111 build :
1212 name : build
13- runs-on : ubuntu-20 .04
13+ runs-on : ubuntu-24 .04
1414 steps :
1515 - name : Checkout
1616 uses : actions/checkout@v4
4545
4646 check :
4747 name : check
48- runs-on : ubuntu-20 .04
48+ runs-on : ubuntu-24 .04
4949 needs : build
5050 steps :
5151 - name : Checkout
@@ -109,7 +109,7 @@ jobs:
109109 test :
110110 name : test
111111 needs : [build, check]
112- runs-on : ubuntu-20 .04
112+ runs-on : ubuntu-24 .04
113113 steps :
114114 - name : Checkout
115115 uses : actions/checkout@v4
Original file line number Diff line number Diff line change 1010jobs :
1111 check-commit-message :
1212 name : Check Commit Message
13- runs-on : ubuntu-20 .04
13+ runs-on : ubuntu-24 .04
1414 steps :
1515 - name : Check Commit Message
1616 uses : gsactions/commit-message-checker@v2
You can’t perform that action at this time.
0 commit comments