Skip to content

Commit bcfba92

Browse files
authored
Update build-php-minimal.yml
1 parent 7c1abbf commit bcfba92

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

+2-2
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- "8.3"
1818
operating-system:
1919
- "ubuntu-latest"
20-
- "macos-latest"
20+
- "macos-13"
2121
- "debian-arm64-self-hosted"
2222
- "macos-14"
2323
extensions:
@@ -33,7 +33,7 @@ jobs:
3333
OS=""
3434
if [ "${{ matrix.operating-system }}" = "ubuntu-latest" ]; then
3535
OS="linux-x86_64"
36-
elif [ "${{ matrix.operating-system }}" = "macos-latest" ]; then
36+
elif [ "${{ matrix.operating-system }}" = "macos-13" ]; then
3737
OS="macos-x86_64"
3838
elif [ "${{ matrix.operating-system }}" = "debian-arm64-self-hosted" ]; then
3939
OS="linux-aarch64"

0 commit comments

Comments
 (0)