chore: Update runs-on to macos-14 for Mac job and bump @zen-browser/surfer to version 1.0.14

This commit is contained in:
Mauro Balades
2024-07-12 19:43:09 +02:00
parent 73b7903839
commit 9297fe8f9a
3 changed files with 7 additions and 7 deletions

View File

@@ -558,7 +558,7 @@ jobs:
if: ${{ github.event.inputs.create_release == 'true' }}
permissions: write-all
name: Release
needs: [build-data, linux, source, windows, check-release]
needs: [build-data, linux, source, windows, check-release, mac]
runs-on: ubuntu-latest
steps: