File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1111
1212jobs :
1313 setup :
14- runs-on : ubuntu-latest
14+ runs-on : ubuntu-latest-large
1515 outputs :
1616 version-tag : ${{ steps.regex-match.outputs.match }}
1717 steps :
2929
3030
3131 test270 :
32- runs-on : ubuntu-latest
32+ runs-on : ubuntu-latest-large
3333 container :
3434 image : cimg/go:1.24.4
3535 env :
@@ -145,7 +145,7 @@ jobs:
145145 KAFKA_CFG_ALLOW_EVERYONE_IF_NO_ACL_FOUND : true
146146
147147 test360 :
148- runs-on : ubuntu-latest
148+ runs-on : ubuntu-latest-large
149149 container :
150150 image : cimg/go:1.24.4
151151 env :
@@ -262,7 +262,7 @@ jobs:
262262
263263 publish-ghcr :
264264 needs : [setup, test270, test360]
265- runs-on : ubuntu-latest
265+ runs-on : ubuntu-latest-large
266266 if : ${{ ( github.ref_type == 'branch' ) && (( github.ref_name == 'master' ) || ( github.ref_name == 'v0' )) }}
267267 steps :
268268 - uses : actions/checkout@v3
@@ -307,7 +307,7 @@ jobs:
307307 environment : CICD
308308 env :
309309 RELEASE_TAG : ${{ needs.setup.outputs.version-tag }}
310- runs-on : ubuntu-latest
310+ runs-on : ubuntu-latest-large
311311 if : ${{ ( github.ref_type == 'tag' ) && ( needs.setup.outputs.version-tag != '') }}
312312 steps :
313313 - uses : actions/checkout@v3
You can’t perform that action at this time.
0 commit comments