File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 66
77jobs :
88 get-pack-info :
9- runs-on : ubuntu-latest
9+ runs-on : ubuntu-22.04
1010 if : github.event.label.name == 'conversion'
1111 permissions :
1212 issues : read
7171 echo "BLOCK_CONVERSION=$(jq -r '.block_conversion' inputs.json)" >> $GITHUB_OUTPUT
7272
7373 convert-pack :
74- runs-on : ubuntu-latest
74+ runs-on : ubuntu-22.04
7575 needs : get-pack-info
7676 permissions :
7777 contents : read
@@ -150,7 +150,7 @@ jobs:
150150 staging/target/scratch_files.zip
151151 staging/config.json
152152 post-result :
153- runs-on : ubuntu-latest
153+ runs-on : ubuntu-22.04
154154 needs : convert-pack
155155 timeout-minutes : 2
156156 permissions :
@@ -177,7 +177,7 @@ jobs:
177177 with :
178178 issue-number : ${{ github.event.issue.number }}
179179 conversion-failed :
180- runs-on : ubuntu-latest
180+ runs-on : ubuntu-22.04
181181 needs : [get-pack-info, convert-pack, post-result]
182182 if : always() && (needs.get-pack-info.result == 'failure' || needs.convert-pack.result == 'failure' || needs.convert-pack.result == 'post-result')
183183 timeout-minutes : 2
You can’t perform that action at this time.
0 commit comments