From 93d456d2cc200641b3255361ec4bf2ae11528619 Mon Sep 17 00:00:00 2001 From: AL Berez Date: Tue, 5 Aug 2025 15:51:47 -0700 Subject: [PATCH] Build Intel macOS package (#4115) * Build Intel Macos package https://github.com/actions/runner-images/tree/main * Downgrade to `macos-13` gh worker This seems like the last free intel worker --- .github/workflows/MacOS-pack.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/MacOS-pack.yml b/.github/workflows/MacOS-pack.yml index cb51bd8a93..3900ae7c74 100644 --- a/.github/workflows/MacOS-pack.yml +++ b/.github/workflows/MacOS-pack.yml @@ -32,6 +32,10 @@ jobs: os: macos-14, arch: arm64 } + - { + os: macos-13, + arch: intel + } runs-on: ${{ matrix.dist.os }} env: APP_NAME: flameshot