mirror of
https://github.com/zen-browser/desktop.git
synced 2026-04-03 22:29:17 +00:00
refactor: Update macOS alpha build workflow to use macOS 14 instead of macOS 14 Large
This commit is contained in:
2
.github/workflows/alpha.yml
vendored
2
.github/workflows/alpha.yml
vendored
@@ -233,8 +233,6 @@ jobs:
|
||||
with:
|
||||
build-version: ${{ needs.build-data.outputs.version }}
|
||||
|
||||
|
||||
|
||||
distro-flatpak:
|
||||
name: Build flatpak repos
|
||||
needs: [linux]
|
||||
|
||||
12
.github/workflows/macos-alpha-build.yml
vendored
12
.github/workflows/macos-alpha-build.yml
vendored
@@ -32,12 +32,6 @@ 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
|
||||
@@ -74,7 +68,11 @@ jobs:
|
||||
./mach --no-interactive bootstrap --application-choice browser
|
||||
cd ..
|
||||
|
||||
- name: surfer build
|
||||
- name: build Zen
|
||||
run: sh .github/workflows/src/alpha-build.sh
|
||||
|
||||
- name: Rebuild Zen if failed
|
||||
if: failure()
|
||||
run: sh .github/workflows/src/alpha-build.sh
|
||||
|
||||
- name: Package
|
||||
|
||||
Reference in New Issue
Block a user