From 6b4e0108f1d9f518ec291e8f904171bcc792f4b3 Mon Sep 17 00:00:00 2001 From: Zamitto <167933696+zamitto@users.noreply.github.com> Date: Thu, 30 May 2024 13:15:09 -0300 Subject: [PATCH] go back to latest --- .github/workflows/build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 9576dc89..c7b30f06 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -6,7 +6,7 @@ jobs: build: strategy: matrix: - os: [macos-13] + os: [macos-latest] runs-on: ${{ matrix.os }} @@ -39,7 +39,7 @@ jobs: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - name: Build Mac - if: matrix.os == 'macos-13' + if: matrix.os == 'macos-latest' run: sudo yarn build:mac env: MAIN_VITE_ONLINEFIX_USERNAME: ${{ secrets.ONLINEFIX_USERNAME }}