diff options
| author | Alistair Keiller <43255248+AlistairKeiller@users.noreply.github.com> | 2023-07-04 06:51:00 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-07-04 15:51:00 +0200 |
| commit | 5c6f6b6c8a6188a25c488eb0129787eaa715291d (patch) | |
| tree | ad6324626de8d5470bc7227c13872aa9c337b982 | |
| parent | 22052f4b597fa70fd2d338aab6de7a7f471e8665 (diff) | |
Remove broken targets (#1636)
| -rw-r--r-- | .github/workflows/release.yml | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 26d22ba9..82038077 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -25,9 +25,6 @@ jobs: - target: armv7-unknown-linux-musleabi os: ubuntu-latest cross: true - - target: riscv64gc-unknown-linux-gnu - os: ubuntu-latest - cross: true - target: x86_64-apple-darwin os: macos-latest cross: false @@ -37,9 +34,6 @@ jobs: - target: x86_64-pc-windows-msvc os: windows-latest cross: false - - target: aarch64-pc-windows-msvc - os: windows-latest - cross: true steps: - uses: actions/checkout@v3 |
