From 7654ac45f1d35ae193877200907bd9bfb9b9e4e0 Mon Sep 17 00:00:00 2001 From: Niclas Hoyer Date: Wed, 26 Jan 2022 01:09:12 +0100 Subject: [PATCH] Remove macos and windows targets for now --- .github/workflows/cd.yml | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/.github/workflows/cd.yml b/.github/workflows/cd.yml index f342aa8..5e3983d 100644 --- a/.github/workflows/cd.yml +++ b/.github/workflows/cd.yml @@ -14,24 +14,12 @@ jobs: matrix: rust: [stable] job: - - os: macos-latest - os-name: macos - target: x86_64-apple-darwin - architecture: x86_64 - binary-postfix: "" - use-cross: false - os: ubuntu-latest os-name: linux target: x86_64-unknown-linux-gnu architecture: x86_64 binary-postfix: "" use-cross: false - - os: windows-latest - os-name: windows - target: x86_64-pc-windows-msvc - architecture: x86_64 - binary-postfix: ".exe" - use-cross: false - os: ubuntu-latest os-name: linux target: aarch64-unknown-linux-gnu