We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7c1abbf commit bcfba92Copy full SHA for bcfba92
.github/workflows/build-php-minimal.yml
@@ -17,7 +17,7 @@ jobs:
17
- "8.3"
18
operating-system:
19
- "ubuntu-latest"
20
- - "macos-latest"
+ - "macos-13"
21
- "debian-arm64-self-hosted"
22
- "macos-14"
23
extensions:
@@ -33,7 +33,7 @@ jobs:
33
OS=""
34
if [ "${{ matrix.operating-system }}" = "ubuntu-latest" ]; then
35
OS="linux-x86_64"
36
- elif [ "${{ matrix.operating-system }}" = "macos-latest" ]; then
+ elif [ "${{ matrix.operating-system }}" = "macos-13" ]; then
37
OS="macos-x86_64"
38
elif [ "${{ matrix.operating-system }}" = "debian-arm64-self-hosted" ]; then
39
OS="linux-aarch64"
0 commit comments