File tree 1 file changed +5
-5
lines changed
1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 20
20
21
21
jobs :
22
22
test :
23
- runs-on : ubuntu-20 .04
23
+ runs-on : ubuntu-24 .04
24
24
steps :
25
25
- name : checkout
26
26
uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
37
37
exclude :
38
38
- GOOS : windows
39
39
GOARCH : arm64
40
- runs-on : ubuntu-20 .04
40
+ runs-on : ubuntu-24 .04
41
41
if : contains(fromJSON('["push", "workflow_dispatch"]'), github.event_name)
42
42
steps :
43
43
- name : checkout
74
74
path : ${{ env.artifacts_path }}/${{ matrix.GOOS }}-${{ matrix.GOARCH }}.tar.gz
75
75
76
76
create_release :
77
- runs-on : ubuntu-20 .04
77
+ runs-on : ubuntu-24 .04
78
78
if : contains(fromJSON('["push", "workflow_dispatch"]'), github.event_name)
79
79
needs : [test, build_release]
80
80
outputs :
@@ -100,7 +100,7 @@ jobs:
100
100
exclude :
101
101
- GOOS : windows
102
102
GOARCH : arm64
103
- runs-on : ubuntu-20 .04
103
+ runs-on : ubuntu-24 .04
104
104
if : contains(fromJSON('["push", "workflow_dispatch"]'), github.event_name)
105
105
needs : [create_release]
106
106
steps :
@@ -119,7 +119,7 @@ jobs:
119
119
asset_content_type : application/gzip
120
120
121
121
clean_old :
122
- runs-on : ubuntu-20 .04
122
+ runs-on : ubuntu-24 .04
123
123
# Do not clean up old builds on workflow_dispatch to allow temporarily
124
124
# re-creating old releases for backports.
125
125
if : github.event_name == 'push'
You can’t perform that action at this time.
0 commit comments