From 290f305ee0beaf17d836b2a40eb75273413f8cda Mon Sep 17 00:00:00 2001 From: Zamitto <167933696+zamitto@users.noreply.github.com> Date: Thu, 30 May 2024 13:11:11 -0300 Subject: [PATCH] test build --- .github/workflows/build.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 41759ee3..9576dc89 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -6,7 +6,7 @@ jobs: build: strategy: matrix: - os: [macos-latest] + os: [macos-13] runs-on: ${{ matrix.os }} @@ -39,7 +39,7 @@ jobs: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - name: Build Mac - if: matrix.os == 'macos-latest' + if: matrix.os == 'macos-13' run: sudo yarn build:mac env: MAIN_VITE_ONLINEFIX_USERNAME: ${{ secrets.ONLINEFIX_USERNAME }} @@ -59,3 +59,4 @@ jobs: dist/*.tar.gz dist/*.yml dist/*.blockmap + dist/mac-arm64/*.app