Skip to content

Commit 3d9bb10

Browse files
chore(deps): update dependency softprops/action-gh-release to v2.3.3 (updated)
1 parent 68d027f commit 3d9bb10

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

.github/workflows/precompile-php.yml

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -117,19 +117,23 @@ jobs:
117117
- full-stack
118118
os:
119119
- ubuntu-latest
120-
- macos-13
121-
- macos-latest
120+
- macos-14
121+
- macos-15
122+
- macos-15-intel
122123
- windows-latest
123124
include:
124125
- os: ubuntu-latest
125126
platform: linux
126127
arch: x86_64
127-
- os: macos-13
128+
- os: macos-14
128129
platform: darwin
129130
arch: x86_64
130-
- os: macos-latest
131+
- os: macos-15
131132
platform: darwin
132133
arch: arm64
134+
- os: macos-15-intel
135+
platform: darwin
136+
arch: x86_64
133137
- os: windows-latest
134138
platform: win32
135139
arch: x86_64

0 commit comments

Comments
 (0)