From 9aedb2933e5f6409ac7f9c2a0d3ef655345402a7 Mon Sep 17 00:00:00 2001 From: Miguel Jacq Date: Wed, 26 Feb 2025 06:04:17 +1100 Subject: [PATCH] Fix macos intel build to actually build on an Intel mac (macos-latest switched to arm in 2024) --- .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 cf897c84..2070bf84 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -116,7 +116,7 @@ jobs: path: ~\onionshare-win64.zip build-mac-intel: - runs-on: macos-latest + runs-on: macos-13 steps: - uses: actions/checkout@v4