Commit a0e6dd6 1 parent 58d0e1f commit a0e6dd6 Copy full SHA for a0e6dd6
File tree 4 files changed +5
-5
lines changed
4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 27
27
build :
28
28
name : Build & Publish
29
29
needs : tests
30
- runs-on : ubuntu-20 .04
30
+ runs-on : ubuntu-24 .04
31
31
steps :
32
32
- name : Checkout Repository
33
33
uses : actions/checkout@v4
@@ -144,7 +144,7 @@ jobs:
144
144
prep_next_release :
145
145
name : Prep Next Release
146
146
if : github.ref == 'refs/heads/main'
147
- runs-on : ubuntu-20 .04
147
+ runs-on : ubuntu-24 .04
148
148
needs : [ build ]
149
149
steps :
150
150
# Checkout development
Original file line number Diff line number Diff line change 8
8
9
9
jobs :
10
10
create-release :
11
- runs-on : ubuntu-latest
11
+ runs-on : ubuntu-24.04
12
12
steps :
13
13
- uses : actions/checkout@v4
14
14
Original file line number Diff line number Diff line change 16
16
# Format PR
17
17
format :
18
18
name : Format
19
- runs-on : ubuntu-20 .04
19
+ runs-on : ubuntu-24 .04
20
20
steps :
21
21
- name : Checkout Repository
22
22
uses : actions/checkout@v4
Original file line number Diff line number Diff line change 12
12
jobs :
13
13
tests :
14
14
name : Tests
15
- runs-on : ubuntu-20 .04
15
+ runs-on : ubuntu-24 .04
16
16
services :
17
17
s3Mock :
18
18
image : adobe/s3mock
You can’t perform that action at this time.
0 commit comments