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 22:03:42 +02:00
parent 191ffd6efe
commit d83df429bc
7 changed files with 9 additions and 29 deletions

View File

@@ -233,8 +233,6 @@ jobs:
with:
build-version: ${{ needs.build-data.outputs.version }}
distro-flatpak:
name: Build flatpak repos
needs: [linux]

View File

@@ -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