From 3bf77df37f5c92a45d617ba126b2d8c65393a5ce Mon Sep 17 00:00:00 2001 From: liamcottle Date: Wed, 29 May 2024 00:39:12 +1200 Subject: [PATCH] use macos-13 so x86 dmg is built --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 2118a80..e233d90 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -46,7 +46,7 @@ jobs: artifacts: "dist/*-win-installer.exe,dist/*-win-portable.exe" build_mac: - runs-on: macos-latest + runs-on: macos-13 permissions: contents: write steps: