mirror of
https://github.com/zen-browser/desktop.git
synced 2025-12-26 08:08:52 +00:00
refactor: Update macOS alpha build workflow to use macOS 14 instead of macOS 14 Large
This commit is contained in:
8
.github/workflows/macos-alpha-build.yml
vendored
8
.github/workflows/macos-alpha-build.yml
vendored
@@ -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
|
||||
|
||||
2
.github/workflows/windows-alpha-build.yml
vendored
2
.github/workflows/windows-alpha-build.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user