diff --git a/.github/workflows/unittests.yml b/.github/workflows/unittests.yml index 2d32cef12..ddb69613c 100644 --- a/.github/workflows/unittests.yml +++ b/.github/workflows/unittests.yml @@ -32,7 +32,9 @@ jobs: - ci/312-no-optional.yaml include: - environment-file: ci/312.yaml - os: macos-latest + os: macos-13 # Intel + - environment-file: ci/312.yaml + os: macos-14 # Apple Silicon - environment-file: ci/312.yaml os: windows-latest defaults: @@ -78,13 +80,3 @@ jobs: - name: Codecov uses: codecov/codecov-action@v4 - - - name: Generate and publish the report - if: | - failure() - && steps.status.outcome == 'failure' - && github.event_name == 'schedule' - && github.repository_owner == 'pysal' - uses: xarray-contrib/issue-from-pytest-log@v1 - with: - log-path: pytest-log.jsonl