Fix macOS binaries
This commit is contained in:
@@ -36,11 +36,12 @@ jobs:
|
||||
strategy:
|
||||
matrix:
|
||||
os:
|
||||
- ubuntu
|
||||
- macos
|
||||
- windows
|
||||
- ubuntu-latest
|
||||
- windows-latest
|
||||
- macos-12
|
||||
- macos-14
|
||||
fail-fast: false
|
||||
runs-on: ${{ matrix.os }}-latest
|
||||
runs-on: ${{ matrix.os }}
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- run: pipx install poetry
|
||||
|
||||
@@ -21,7 +21,7 @@ You can get proxies obtained using this project in [monosans/proxy-list](https:/
|
||||
|
||||
### Standalone executable
|
||||
|
||||
This is the easiest way, but it is only available for x86_64 Windows, macOS and Linux. Just download the archive for your OS from [nightly.link](https://nightly.link/monosans/proxy-scraper-checker/workflows/ci/main?preview), unzip it, edit `config.toml` and run the executable.
|
||||
This is the easiest way, but it is only available for x86_64 Windows, x86_64/arm64 macOS and x86_64 Linux. Just download the archive for your OS from [nightly.link](https://nightly.link/monosans/proxy-scraper-checker/workflows/ci/main?preview), unzip it, edit `config.toml` and run the executable.
|
||||
|
||||
If Windows Defender detects an executable file as a virus, please read [this](https://github.com/Nuitka/Nuitka/issues/2495#issuecomment-1762836583).
|
||||
|
||||
|
||||
Reference in New Issue
Block a user