From e1d905fbc6b19e6e3fe8f5f73dfaaae54679de54 Mon Sep 17 00:00:00 2001 From: Jonas Platte Date: Mon, 7 Jun 2021 17:41:14 +0200 Subject: [PATCH] Temporarily remove Windows from CI It's currently broken. --- .github/workflows/ci.yml | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e6de8eb8..5c7f11d0 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -96,7 +96,6 @@ jobs: name: - linux / appservice / stable - macOS / appservice / stable - - windows / appservice / stable-x86_64-msvc include: - name: linux / appservice / stable @@ -104,10 +103,6 @@ jobs: - name: macOS / appservice / stable os: macOS-latest - - name: windows / appservice / stable-x86_64-msvc - os: windows-latest - target: x86_64-pc-windows-msvc - steps: - name: Checkout uses: actions/checkout@v1 @@ -219,7 +214,6 @@ jobs: - linux / stable - linux / beta - macOS / stable - - windows / stable-x86_64-msvc include: - name: linux / stable @@ -230,10 +224,6 @@ jobs: - name: macOS / stable os: macOS-latest - - name: windows / stable-x86_64-msvc - os: windows-latest - target: x86_64-pc-windows-msvc - steps: - name: Checkout uses: actions/checkout@v1