Skip macos builds

This commit is contained in:
Mauro Balades
2024-04-29 00:12:08 +02:00
parent 8a7ca1674e
commit 48bc2614a6
2 changed files with 3 additions and 5 deletions

View File

@@ -268,6 +268,7 @@ jobs:
path: ./zen.source.tar.gz
mac:
if: false
runs-on: macos-13
needs: [build-data]
@@ -376,7 +377,7 @@ jobs:
release:
name: Release
needs: [build-data, linux, source, mac]
needs: [build-data, linux, source]
runs-on: ubuntu-latest
if: ${{ github.ref == 'refs/heads/alpha' }}
@@ -393,8 +394,6 @@ jobs:
files: |
zen.linux.tar.bz2
zen.source.tar.gz
zen.macos.dmg
macos.mar
linux.mar
- name: List
@@ -410,7 +409,6 @@ jobs:
- name: Copy update manifests
run: |
mkdir -p updates/updates
cp -a macos_update_manifest/. updates/updates/
cp -a linux_update_manifest/. updates/updates/
- uses: stefanzweifel/git-auto-commit-action@v4

View File

@@ -29,7 +29,7 @@
"brandShortName": "Zen Browser",
"brandFullName": "Zen Browser",
"release": {
"displayVersion": "1.0.0-a.2",
"displayVersion": "1.0.0-a.1",
"github": {
"repo": "zen-browser/desktop"
},