We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 68d027f commit 3d9bb10Copy full SHA for 3d9bb10
.github/workflows/precompile-php.yml
@@ -117,19 +117,23 @@ jobs:
117
- full-stack
118
os:
119
- ubuntu-latest
120
- - macos-13
121
- - macos-latest
+ - macos-14
+ - macos-15
122
+ - macos-15-intel
123
- windows-latest
124
include:
125
- os: ubuntu-latest
126
platform: linux
127
arch: x86_64
- - os: macos-13
128
+ - os: macos-14
129
platform: darwin
130
- - os: macos-latest
131
+ - os: macos-15
132
133
arch: arm64
134
+ - os: macos-15-intel
135
+ platform: darwin
136
+ arch: x86_64
137
- os: windows-latest
138
platform: win32
139
0 commit comments