We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bcfba92 commit 04807a2Copy full SHA for 04807a2
.github/workflows/build-php-common.yml
@@ -24,7 +24,7 @@ jobs:
24
- "8.3"
25
operating-system:
26
- "ubuntu-latest"
27
- - "macos-latest"
+ - "macos-13"
28
- "debian-arm64-self-hosted"
29
- "macos-14"
30
extensions:
@@ -40,7 +40,7 @@ jobs:
40
OS=""
41
if [ "${{ matrix.operating-system }}" = "ubuntu-latest" ]; then
42
OS="linux-x86_64"
43
- elif [ "${{ matrix.operating-system }}" = "macos-latest" ]; then
+ elif [ "${{ matrix.operating-system }}" = "macos-13" ]; then
44
OS="macos-x86_64"
45
elif [ "${{ matrix.operating-system }}" = "debian-arm64-self-hosted" ]; then
46
OS="linux-aarch64"
0 commit comments