From de6226b0bec3912c5213ba18fbac203e957a559c Mon Sep 17 00:00:00 2001 From: jvyden Date: Tue, 5 Apr 2022 16:48:21 -0400 Subject: [PATCH] [skip ci] Remove Windows CI Job It's clear that Windows builds provide no meaningful input. They are a lot slower and do less than a normal Linux build, so lets just remove it for now. --- .github/workflows/ci.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 31993a2c..549f2ba3 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -13,7 +13,6 @@ jobs: fail-fast: false matrix: os: - - { prettyName: Windows, fullName: windows-latest, database: true, webTest: false } - { prettyName: Linux, fullName: ubuntu-latest, database: true, webTest: true } timeout-minutes: 10 env: