Skip to content

Commit 62f80c7

Browse files
committed
Bump to ubuntu 24.04
1 parent fdc128f commit 62f80c7

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/main-pm-matrix.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ env:
2626
jobs:
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

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
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:

0 commit comments

Comments
 (0)