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 18
18
19
19
formatCheck :
20
20
name : Checks Source Code Formatting
21
- runs-on : ubuntu-20 .04
21
+ runs-on : ubuntu-24 .04
22
22
steps :
23
23
- name : Checkout Repository
24
24
uses : actions/checkout@v3
Original file line number Diff line number Diff line change 26
26
# #########################################################################################
27
27
build :
28
28
name : Build & Publish
29
- runs-on : ubuntu-20 .04
29
+ runs-on : ubuntu-24 .04
30
30
steps :
31
31
- name : Checkout Repository
32
32
uses : actions/checkout@v3
@@ -133,7 +133,7 @@ jobs:
133
133
prep_next_release :
134
134
name : Prep Next Release
135
135
if : github.ref == 'refs/heads/master' || github.ref == 'refs/heads/main'
136
- runs-on : ubuntu-20 .04
136
+ runs-on : ubuntu-24 .04
137
137
needs : [ build ]
138
138
steps :
139
139
# Checkout development
Original file line number Diff line number Diff line change 19
19
# #########################################################################################
20
20
format :
21
21
name : Code Auto-Formatting
22
- runs-on : ubuntu-20 .04
22
+ runs-on : ubuntu-24 .04
23
23
steps :
24
24
- uses : actions/checkout@v3
25
25
Original file line number Diff line number Diff line change 10
10
jobs :
11
11
tests :
12
12
name : Tests
13
- runs-on : ubuntu-20 .04
13
+ runs-on : ubuntu-24 .04
14
14
env :
15
15
DB_USER : root
16
16
DB_PASSWORD : root
You can’t perform that action at this time.
0 commit comments