Skip to content

Commit ad52007

Browse files
committed
Revert "build: use macos 15 minimum"
This reverts commit 2fc12d6. Initially this change was made to test if it fixes libcxx compilation issues. As that's now resolved by disabling libcxx modules, this can be reverted.
1 parent 9e17ae0 commit ad52007

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@ jobs:
189189
with:
190190
target-platform: macos
191191
target-archs: x64 arm64
192-
check-runs-on: macos-15
192+
check-runs-on: macos-14
193193
gn-build-type: testing
194194
secrets: inherit
195195

@@ -225,7 +225,7 @@ jobs:
225225
uses: ./.github/workflows/pipeline-electron-build-and-test.yml
226226
needs: checkout-macos
227227
with:
228-
build-runs-on: macos-15-xlarge
228+
build-runs-on: macos-14-xlarge
229229
test-runs-on: macos-15-large
230230
target-platform: macos
231231
target-arch: x64
@@ -244,7 +244,7 @@ jobs:
244244
uses: ./.github/workflows/pipeline-electron-build-and-test.yml
245245
needs: checkout-macos
246246
with:
247-
build-runs-on: macos-26-xlarge
247+
build-runs-on: macos-14-xlarge
248248
test-runs-on: macos-15
249249
target-platform: macos
250250
target-arch: arm64

0 commit comments

Comments
 (0)