diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0d4f29b..996dc7a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -33,7 +33,8 @@ jobs: fail-fast: false matrix: #os: ['windows-latest', 'macos-latest', 'ubuntu-latest'] - os: ['macos-latest', 'ubuntu-latest'] + #os: ['macos-latest', 'ubuntu-latest'] + os: ['ubuntu-latest'] nim: ['devel', 'version-1-6', 'version-1-4', 'version-1-2'] name: '${{ matrix.os }} (${{ matrix.nim }})' runs-on: ${{ matrix.os }} diff --git a/README.md b/README.md index c98243a..b26a239 100644 --- a/README.md +++ b/README.md @@ -77,6 +77,10 @@ I no longer test Windows via the CI because I have no way to debug it. That said, Windows builds may work just fine for you using the older `bootstrap.ps1` which relies upon `nimble` to install dependencies. +### OS X + +I no longer test OS X via the CI because I cannot be bothered to debug +libgit2/libssh behavior there. The tests for nim-1.2 do pass, however. ### GitHub Integration