File tree 3 files changed +4
-4
lines changed 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 18
18
# #########################################################################################
19
19
format :
20
20
name : Code Auto-Formatting
21
- runs-on : ubuntu-20.04
21
+ runs-on : ubuntu-latest
22
22
steps :
23
23
- uses : actions/checkout@v4
24
24
Original file line number Diff line number Diff line change 48
48
# ############################################
49
49
build :
50
50
name : Build & Publish Release
51
- runs-on : ubuntu-20.04
51
+ runs-on : ubuntu-latest
52
52
steps :
53
53
- name : Checkout Repository
54
54
uses : actions/checkout@v4
@@ -182,7 +182,7 @@ jobs:
182
182
prep_next_release :
183
183
name : Prep Next Release
184
184
if : github.ref != 'refs/heads/development'
185
- runs-on : ubuntu-20.04
185
+ runs-on : ubuntu-latest
186
186
needs : [ build ]
187
187
steps :
188
188
- name : Checkout Development Repository
Original file line number Diff line number Diff line change 25
25
# #########################################################################################
26
26
format :
27
27
name : Code Auto-Formatting
28
- runs-on : ubuntu-20.04
28
+ runs-on : ubuntu-latest
29
29
steps :
30
30
- uses : actions/checkout@v4
31
31
You can’t perform that action at this time.
0 commit comments