refactor: Fixed macos builds and flatpaks

This commit is contained in:
Mauro Balades
2024-07-26 12:26:35 +02:00
parent 0f97a1cb4d
commit f80a454261
4 changed files with 15 additions and 11 deletions

View File

@@ -274,12 +274,12 @@ jobs:
name: com.zen.browser.flatpak
path: com.zen.browser.flatpak
- name: Publish to Flathub (beta)
uses: flatpak/flatpak-github-actions/flat-manager@v6.1
with:
flat-manager-url: https://hub.flathub.org/
repository: beta
token: ${{ secrets.FLATHUB_TOKEN }}
# - name: Publish to Flathub (beta)
# uses: flatpak/flatpak-github-actions/flat-manager@v6.1
# with:
# flat-manager-url: https://hub.flathub.org/
# repository: beta
# token: ${{ secrets.FLATHUB_TOKEN }}
release:
if: ${{ github.event.inputs.create_release == 'true' }}

View File

@@ -9,7 +9,7 @@ on:
jobs:
mac-build:
runs-on: macos-14
runs-on: macos-14-large
steps:
- name: Install Node.js