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 2020 # Format PR
2121 format_check :
2222 name : Checks Source Code Formatting
23- runs-on : ubuntu-20 .04
23+ runs-on : ubuntu-24 .04
2424 steps :
2525 - name : Checkout Repository
2626 uses : actions/checkout@v4
Original file line number Diff line number Diff line change 3131 # #########################################################################################
3232 build :
3333 name : Build & Publish
34- runs-on : ubuntu-latest
34+ runs-on : ubuntu-24.04
3535 permissions :
3636 checks : write
3737 pull-requests : write
@@ -162,7 +162,7 @@ jobs:
162162 prep_next_release :
163163 name : Prep Next Release
164164 if : github.ref == 'refs/heads/master' || github.ref == 'refs/heads/main'
165- runs-on : ubuntu-latest
165+ runs-on : ubuntu-24.04
166166 needs : [ build ]
167167 permissions :
168168 checks : write
Original file line number Diff line number Diff line change 3333 # #########################################################################################
3434 format :
3535 name : Code Auto-Formatting
36- runs-on : ubuntu-latest
36+ runs-on : ubuntu-24.04
3737 permissions :
3838 contents : write
3939 checks : write
Original file line number Diff line number Diff line change 1313jobs :
1414 tests :
1515 name : Tests
16- runs-on : ubuntu-latest
16+ runs-on : ubuntu-24.04
1717 env :
1818 DB_USER : root
1919 DB_PASSWORD : root
You can’t perform that action at this time.
0 commit comments