From 07eb87491288e15d9ef09008cf8ba56b49d4f01c Mon Sep 17 00:00:00 2001 From: Vladimir Menshakov Date: Thu, 9 Jan 2025 11:02:39 +0000 Subject: [PATCH] downgrade macosx builder --- .github/workflows/actions.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/actions.yml b/.github/workflows/actions.yml index 06b1ef8e..2391fc61 100644 --- a/.github/workflows/actions.yml +++ b/.github/workflows/actions.yml @@ -70,7 +70,7 @@ jobs: token: ${{ secrets.GITHUB_TOKEN }} artifacts: ./Android*.AppImage* MacOSX: - runs-on: macos-latest + runs-on: macos-13 steps: - name: Install Dependencies... run: |