diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 6da0bb4..b4cbc70 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -24,7 +24,8 @@ jobs: os: - ubuntu-latest # - windows-latest - - macOS-latest + # - macOS-latest + - macos-14-large # building on arm64 fails steps: - uses: actions/checkout@v2 - uses: jiro4989/setup-nim-action@v1 @@ -57,4 +58,4 @@ jobs: uses: ad-m/github-push-action@master with: github_token: ${{ secrets.GITHUB_TOKEN }} - branch: 'main' \ No newline at end of file + branch: 'main'