Skip to content

Commit d6ae45c

Browse files
committed
try ubuntu-22.04 for release workflow due to extension install failure on arm64
1 parent aba382d commit d6ae45c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ env:
3535

3636
jobs:
3737
prepare:
38-
runs-on: ubuntu-latest
38+
runs-on: ubuntu-22.04
3939
outputs:
4040
variants: ${{ steps.matrix.outputs.variants }}
4141
platforms: ${{ steps.matrix.outputs.platforms }}
@@ -156,7 +156,7 @@ jobs:
156156
PHP_VERSIONS: ${{ steps.check_image.outputs.php_versions }}
157157

158158
build:
159-
runs-on: ubuntu-latest
159+
runs-on: ubuntu-22.04
160160
needs:
161161
- prepare
162162
if: ${{ needs.prepare.outputs.php_versions != '' }}
@@ -242,7 +242,7 @@ jobs:
242242
retention-days: 1
243243

244244
merge:
245-
runs-on: ubuntu-latest
245+
runs-on: ubuntu-22.04
246246
if: github.event_name != 'pull_request'
247247
needs:
248248
- prepare

0 commit comments

Comments
 (0)