From 2eb699656a477aa9c38329c92b7d2434bc7faa69 Mon Sep 17 00:00:00 2001 From: Elvanos Date: Sat, 13 May 2023 19:20:42 +0200 Subject: [PATCH] macOS build attempted fix --- .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 17d1dd8..765a6bb 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -18,7 +18,7 @@ jobs: environment: production strategy: matrix: - os: [ubuntu-latest, windows-latest, macOS-latest] + os: [ubuntu-latest, windows-latest, macOS-11] steps: - name: Check out the code @@ -46,7 +46,7 @@ jobs: dist/electron/Packaged/*.AppImage - name: Upload MacOS Artifact - if: ${{ matrix.os == 'macOS-latest' }} + if: ${{ matrix.os == 'macOS-11' }} uses: actions/upload-artifact@v2.2.3 with: # Artifact name