Closed kinke closed 9 months ago
Trying to use this action for the new runners (runs-on: macos-14, see https://github.blog/changelog/2024-01-30-github-actions-introducing-the-new-m1-macos-runner-available-to-open-source/) fails:
runs-on: macos-14
Run dlang-community/setup-dlang@v1 with: compiler: ldc-latest gh_token: *** Error: Only x64 arch is supported by all platforms at run (/Users/runner/work/_actions/dlang-community/setup-dlang/v1/webpack:/setup-dlang/src/main.ts:30:1)
Trying to use this action for the new runners (
runs-on: macos-14
, see https://github.blog/changelog/2024-01-30-github-actions-introducing-the-new-m1-macos-runner-available-to-open-source/) fails: