diff --git a/.github/workflows/deploy.yaml b/.github/workflows/deploy.yaml index dec2487b..afa2bf43 100644 --- a/.github/workflows/deploy.yaml +++ b/.github/workflows/deploy.yaml @@ -31,7 +31,7 @@ jobs: # MacOS specific - name: Cache Homebrew Bundler - if: matrix.platform == 'macos-13' + if: matrix.platform == 'macos-14' id: cache uses: actions/cache@v3 with: @@ -40,13 +40,13 @@ jobs: restore-keys: ${{ runner.os }}-vibe- - name: Install homebrew dependencies - if: matrix.platform == 'macos-13' + if: matrix.platform == 'macos-14' run: | brew install openblas git lz4 libxml2 zlib bzip2 wget # SKIP_CLEANUP=1 SKIP_BUILD=1 python3 ./desktop/src-tauri/build.py - name: Get FFMPEG for mac - if: matrix.platform == 'macos-13' + if: matrix.platform == 'macos-14' run: | ./desktop/src-tauri/setup.mac.sh