Fix macos intel build to actually build on an Intel mac (macos-latest switched to arm in 2024)

This commit is contained in:
Miguel Jacq 2025-02-26 06:04:17 +11:00
parent 209d8440ef
commit 9aedb2933e
No known key found for this signature in database
GPG Key ID: 59B3F0C24135C6A9

View File

@ -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