File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 2626jobs :
2727 linux :
2828 name : Linux
29- runs-on : ubuntu-22 .04
29+ runs-on : ubuntu-24 .04
3030
3131 steps :
3232 - uses : actions/checkout@v5
@@ -124,7 +124,7 @@ jobs:
124124 publish :
125125 name : Publish binaries
126126 needs : [linux, windows]
127- runs-on : ubuntu-22 .04
127+ runs-on : ubuntu-24 .04
128128 if : ${{ github.ref_name == 'stable' && github.ref_type == 'branch' && !contains(github.event.head_commit.message, '[no release]') }}
129129 concurrency : release-${{ inputs.php-version-base }}-pm${{ inputs.pm-version-major }}
130130
Original file line number Diff line number Diff line change 3535 publish-archive-release :
3636 name : Publish archive release
3737 needs : [all-builds]
38- runs-on : ubuntu-22 .04
38+ runs-on : ubuntu-24 .04
3939 if : ${{ github.ref_name == 'stable' && github.ref_type == 'branch' && !contains(github.event.head_commit.message, '[no release]') }}
4040
4141 steps :
You can’t perform that action at this time.
0 commit comments