Skip to content

Commit f237841

Browse files
committed
build(php): Fix release job
Signed-off-by: Dmitry Dygalo <[email protected]>
1 parent 47e237e commit f237841

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/php-release.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,15 +11,15 @@ jobs:
1111
fail-fast: false
1212
matrix:
1313
include:
14-
- os: ubuntu-22.04
14+
- os: ubuntu-24.04
1515
target: x86_64-unknown-linux-gnu
1616
php: "8.2"
1717
artifact: libcss_inline_php.so
18-
- os: ubuntu-22.04
18+
- os: ubuntu-24.04
1919
target: x86_64-unknown-linux-gnu
2020
php: "8.3"
2121
artifact: libcss_inline_php.so
22-
- os: ubuntu-22.04
22+
- os: ubuntu-24.04
2323
target: x86_64-unknown-linux-gnu
2424
php: "8.4"
2525
artifact: libcss_inline_php.so
@@ -94,7 +94,7 @@ jobs:
9494

9595
release:
9696
needs: build
97-
runs-on: ubuntu-22.04
97+
runs-on: ubuntu-24.04
9898
permissions:
9999
contents: write
100100

0 commit comments

Comments
 (0)