Skip to content

Commit 1f1521f

Browse files
authored
fixaction
1 parent 3db0ce1 commit 1f1521f

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/conversion-request.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66

77
jobs:
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
@@ -71,7 +71,7 @@ jobs:
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

0 commit comments

Comments
 (0)