Skip to content

Commit

Permalink
Revert "ci: try running tests workflow on macOS x86_64 and arm64"
Browse files Browse the repository at this point in the history
This reverts commit 34a25ba.

On macOS x86_64, the workflow errored with:

    clang: error: no such file or directory: '/Users/runner/.local/c0/libs/libffi.a'

and on macOS arm64 it errored with:

    ERROR: unable to find archive matching pattern macosx_arm64.tar.xz

because the nim nightlies repo doesn't have binary builds for that platform.
  • Loading branch information
ee7 committed Apr 2, 2024
1 parent 34a25ba commit 8200a9e
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,6 @@ jobs:
- os: linux
runs-on: ubuntu-22.04
arch: x86_64
- os: macOS
runs-on: macos-12
arch: x86_64
- os: macOS
runs-on: macos-14
arch: arm64

name: "${{ matrix.os }}-${{ matrix.arch }}"
runs-on: ${{ matrix.runs-on }}
Expand Down

0 comments on commit 8200a9e

Please sign in to comment.