File tree Expand file tree Collapse file tree 3 files changed +7
-7
lines changed
Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -2,16 +2,16 @@ name: Grace CI
22on :
33 push :
44 branches :
5- - ' [5-9]+.[0-9]+.x '
5+ - 6.3.x
66 pull_request :
77 branches :
8- - ' [5-9]+.[0-9]+.x '
8+ - 6.3.x
99 workflow_dispatch :
1010jobs :
1111 build :
1212 permissions :
1313 contents : read # to fetch code (actions/checkout)
14- runs-on : ubuntu-22.04
14+ runs-on : ubuntu-latest
1515 strategy :
1616 matrix :
1717 java : ['17']
4040 permissions :
4141 contents : read # to fetch code (actions/checkout)
4242 checks : write
43- runs-on : ubuntu-22.04
43+ runs-on : ubuntu-latest
4444 steps :
4545 - name : Checkout repository
4646 env :
Original file line number Diff line number Diff line change 44 types : [closed,reopened]
55 push :
66 branches :
7- - 6.2 .x
7+ - 6.3 .x
88 workflow_dispatch :
99jobs :
1010 release_notes :
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ permissions:
1010
1111jobs :
1212 create_draft_release :
13- runs-on : ubuntu-22.04
13+ runs-on : ubuntu-latest
1414 env :
1515 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
1616 steps :
2424 ${{ github.ref_name }}
2525 release_and_publish :
2626 needs : create_draft_release
27- runs-on : ubuntu-22.04
27+ runs-on : ubuntu-latest
2828 strategy :
2929 matrix :
3030 java : ['17']
You can’t perform that action at this time.
0 commit comments