File tree Expand file tree Collapse file tree 11 files changed +24
-24
lines changed Expand file tree Collapse file tree 11 files changed +24
-24
lines changed Original file line number Diff line number Diff line change 2222 deploy :
2323 name : Deploy
2424 # https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#jobsjob_idruns-on
25- runs-on : ubuntu-20 .04
25+ runs-on : ubuntu-22 .04
2626 steps :
2727
2828 - name : Clone source code
Original file line number Diff line number Diff line change 3131 run-integration-tests :
3232 name : Integration Tests
3333 # https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#jobsjob_idruns-on
34- runs-on : ubuntu-20 .04
34+ runs-on : ubuntu-22 .04
3535 # https://docs.github.com/en/actions/using-jobs/using-a-matrix-for-your-jobs
3636 strategy :
3737 matrix :
Original file line number Diff line number Diff line change 3131 run-integration-tests :
3232 name : Integration Tests
3333 # https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#jobsjob_idruns-on
34- runs-on : ubuntu-20 .04
34+ runs-on : ubuntu-22 .04
3535 # https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#jobsjob_idservices
3636 services :
3737 db :
Original file line number Diff line number Diff line change 3131 run-integration-tests :
3232 name : Integration Tests
3333 # https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#jobsjob_idruns-on
34- runs-on : ubuntu-20 .04
34+ runs-on : ubuntu-22 .04
3535 # https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#jobsjob_idservices
3636 services :
3737 db :
Original file line number Diff line number Diff line change 2727 populate-maven-cache :
2828 name : Populate Maven cache
2929 # https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#jobsjob_idruns-on
30- runs-on : ubuntu-20 .04
30+ runs-on : ubuntu-22 .04
3131 steps :
3232
3333 - name : Clone source code
Original file line number Diff line number Diff line change 1919 setup-server :
2020 name : Provision a server
2121 # https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#jobsjob_idruns-on
22- runs-on : ubuntu-20 .04
22+ runs-on : ubuntu-22 .04
2323 steps :
2424
2525 - name : Clone source code
Original file line number Diff line number Diff line change 2929 setup-server :
3030 name : Setup a server
3131 # https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#jobsjob_idruns-on
32- runs-on : ubuntu-20 .04
32+ runs-on : ubuntu-22 .04
3333 steps :
3434
3535 - name : Clone source code
Original file line number Diff line number Diff line change 3030 check-license :
3131 name : Check license in file headers
3232 # https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#jobsjob_idruns-on
33- runs-on : ubuntu-20 .04
33+ runs-on : ubuntu-22 .04
3434 steps :
3535 - name : Clone source code
3636 uses : actions/checkout@v4.2.2 # https://github.com/actions/checkout
5555 run-enforcer :
5656 name : Run maven-enforcer-plugin
5757 # https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#jobsjob_idruns-on
58- runs-on : ubuntu-20 .04
58+ runs-on : ubuntu-22 .04
5959 steps :
6060 - name : Clone source code
6161 uses : actions/checkout@v4.2.2 # https://github.com/actions/checkout
Original file line number Diff line number Diff line change 2323 update-mapping :
2424 name : Update an issues state
2525 # https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#jobsjob_idruns-on
26- runs-on : ubuntu-20 .04
26+ runs-on : ubuntu-22 .04
2727 steps :
2828 - name : Clone source code
2929 uses : actions/checkout@v4.2.2 # https://github.com/actions/checkout
Original file line number Diff line number Diff line change 2929 run-jest :
3030 name : Unit Tests (Java Script)
3131 # https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#jobsjob_idruns-on
32- runs-on : ubuntu-20 .04
32+ runs-on : ubuntu-22 .04
3333 steps :
3434 - name : Clone source code
3535 uses : actions/checkout@v4.2.2 # https://github.com/actions/checkout
5454 run-unit-tests :
5555 name : Unit Tests (Java)
5656 # https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#jobsjob_idruns-on
57- runs-on : ubuntu-20 .04
57+ runs-on : ubuntu-22 .04
5858 steps :
5959 - name : Clone source code
6060 uses : actions/checkout@v4.2.2 # https://github.com/actions/checkout
You can’t perform that action at this time.
0 commit comments