Skip to content

Commit 04807a2

Browse files
authored
Update build-php-common.yml
1 parent bcfba92 commit 04807a2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build-php-common.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
- "8.3"
2525
operating-system:
2626
- "ubuntu-latest"
27-
- "macos-latest"
27+
- "macos-13"
2828
- "debian-arm64-self-hosted"
2929
- "macos-14"
3030
extensions:
@@ -40,7 +40,7 @@ jobs:
4040
OS=""
4141
if [ "${{ matrix.operating-system }}" = "ubuntu-latest" ]; then
4242
OS="linux-x86_64"
43-
elif [ "${{ matrix.operating-system }}" = "macos-latest" ]; then
43+
elif [ "${{ matrix.operating-system }}" = "macos-13" ]; then
4444
OS="macos-x86_64"
4545
elif [ "${{ matrix.operating-system }}" = "debian-arm64-self-hosted" ]; then
4646
OS="linux-aarch64"

0 commit comments

Comments
 (0)