diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 09bc8ae..5303892 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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 diff --git a/README.md b/README.md index 51764a9..65f72c4 100644 --- a/README.md +++ b/README.md @@ -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).