Skip to content

Commit

Permalink
try ubuntu-22.04 for release workflow due to extension install failur…
Browse files Browse the repository at this point in the history
…e on arm64
  • Loading branch information
ToshY committed Jan 28, 2025
1 parent aba382d commit d6ae45c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ env:

jobs:
prepare:
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
outputs:
variants: ${{ steps.matrix.outputs.variants }}
platforms: ${{ steps.matrix.outputs.platforms }}
Expand Down Expand Up @@ -156,7 +156,7 @@ jobs:
PHP_VERSIONS: ${{ steps.check_image.outputs.php_versions }}

build:
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
needs:
- prepare
if: ${{ needs.prepare.outputs.php_versions != '' }}
Expand Down Expand Up @@ -242,7 +242,7 @@ jobs:
retention-days: 1

merge:
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
if: github.event_name != 'pull_request'
needs:
- prepare
Expand Down

0 comments on commit d6ae45c

Please sign in to comment.