URL: http://github.com/thillar/SMM/commit/02ace4c148a3fb4c2084fc8d26ef5b4c1189e1ff
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 425fec9 commit 02ace4cCopy full SHA for 02ace4c
.github/workflows/build.yml
@@ -237,7 +237,6 @@ jobs:
237
os: [
238
ubuntu-latest,
239
windows-latest,
240
- macos-13,
241
macos-14
242
]
243
arch: [x64, arm64]
@@ -248,10 +247,6 @@ jobs:
248
247
- os: windows-latest
249
platform: win
250
build-command: build:win
251
- - os: macos-13
252
- platform: mac
253
- build-command: build:mac
254
- arch: x64
255
- os: macos-14
256
platform: mac
257
build-command: build:mac
0 commit comments