File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1212jobs :
1313 build :
1414 name : Build
15- runs-on : ubuntu-20 .04
15+ runs-on : ubuntu-24 .04
1616 steps :
1717 - name : Checkout
1818 uses : actions/checkout@v4
3030
3131 test :
3232 name : Test
33- runs-on : ubuntu-20 .04
33+ runs-on : ubuntu-24 .04
3434 steps :
3535 - name : Checkout
3636 uses : actions/checkout@v4
6161
6262 lint :
6363 name : Lint
64- runs-on : ubuntu-20 .04
64+ runs-on : ubuntu-24 .04
6565 steps :
6666 - name : Checkout
6767 uses : actions/checkout@v4
8383
8484 licensedci :
8585 name : Check Licenses
86- runs-on : ubuntu-20 .04
86+ runs-on : ubuntu-24 .04
8787 steps :
8888 - name : Checkout
8989 uses : actions/checkout@v4
Original file line number Diff line number Diff line change 1313jobs :
1414 analyse :
1515 name : Analyse
16- runs-on : ubuntu-20 .04
16+ runs-on : ubuntu-24 .04
1717
1818 steps :
1919 - name : Checkout
Original file line number Diff line number Diff line change 88jobs :
99 release :
1010 name : Release
11- runs-on : ubuntu-20 .04
11+ runs-on : ubuntu-24 .04
1212 steps :
1313 - name : Checkout
1414 uses : actions/checkout@v4
You can’t perform that action at this time.
0 commit comments