File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1919
2020 formatCheck :
2121 name : Checks Source Code Formatting
22- runs-on : ubuntu-20 .04
22+ runs-on : ubuntu-22 .04
2323 steps :
2424 - name : Checkout Repository
2525 uses : actions/checkout@v3
Original file line number Diff line number Diff line change 2626 # #########################################################################################
2727 build :
2828 name : Build & Publish
29- runs-on : ubuntu-20 .04
29+ runs-on : ubuntu-22 .04
3030 steps :
3131 - name : Checkout Repository
3232 uses : actions/checkout@v4
@@ -128,7 +128,7 @@ jobs:
128128 prep_next_release :
129129 name : Prep Next Release
130130 if : github.ref == 'refs/heads/master' || github.ref == 'refs/heads/main'
131- runs-on : ubuntu-20 .04
131+ runs-on : ubuntu-22 .04
132132 needs : [ build ]
133133 steps :
134134 # Checkout development
Original file line number Diff line number Diff line change 1818 # #########################################################################################
1919 format :
2020 name : Code Auto-Formatting
21- runs-on : ubuntu-20 .04
21+ runs-on : ubuntu-22 .04
2222 steps :
2323 - uses : actions/checkout@v3
2424
Original file line number Diff line number Diff line change 1010jobs :
1111 tests :
1212 name : Tests
13- runs-on : ubuntu-20 .04
13+ runs-on : ubuntu-22 .04
1414 env :
1515 DB_USER : root
1616 DB_PASSWORD : root
You can’t perform that action at this time.
0 commit comments