File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed
Expand file tree Collapse file tree 4 files changed +5
-5
lines changed 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-24 .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-24 .04
3030 steps :
3131 - name : Checkout Repository
3232 uses : actions/checkout@v3
@@ -133,7 +133,7 @@ jobs:
133133 prep_next_release :
134134 name : Prep Next Release
135135 if : github.ref == 'refs/heads/master' || github.ref == 'refs/heads/main'
136- runs-on : ubuntu-20 .04
136+ runs-on : ubuntu-24 .04
137137 needs : [ build ]
138138 steps :
139139 # Checkout development
Original file line number Diff line number Diff line change 1919 # #########################################################################################
2020 format :
2121 name : Code Auto-Formatting
22- runs-on : ubuntu-20 .04
22+ runs-on : ubuntu-24 .04
2323 steps :
2424 - uses : actions/checkout@v3
2525
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-24 .04
1414 env :
1515 DB_USER : root
1616 DB_PASSWORD : root
You can’t perform that action at this time.
0 commit comments