refactor: Update macOS alpha build workflow to use macOS 14 instead of macOS 14 Large

This commit is contained in:
Mauro Balades
2024-07-26 20:43:25 +02:00
parent 7e0e3f4145
commit 191ffd6efe
4 changed files with 14 additions and 8 deletions

View File

@@ -9,7 +9,7 @@ on:
jobs:
mac-build:
runs-on: warp-macos-13-arm64-6x
runs-on: macos-14
steps:
- name: Install Node.js
@@ -32,6 +32,12 @@ jobs:
run: |
brew install cairo sccache gnu-tar mercurial
sudo pip install setuptools
- name: Swap space
run: |
sudo launchctl limit maxfiles 2048 unlimited
sudo sysctl -w kern.maxfiles=2048
sudo sysctl -w kern.maxfilesperproc=1800
- name: Free up space
run: sh .github/workflows/src/disk-setup-and-swap.sh

View File

@@ -133,7 +133,7 @@ jobs:
- name: Build
run: |
set -x
unset SURFER_PLATFORM
export SURFER_PLATFORM="win32"
export ZEN_CROSS_COMPILING=1
if test ${{ inputs.generate-gpo }}; then
export ZEN_GA_GENERATE_PROFILE=1