From f9facf2d5ddc79b7ae358440daa359abc364c309 Mon Sep 17 00:00:00 2001 From: Romain Marcadier Date: Fri, 22 Nov 2024 16:17:58 +0100 Subject: [PATCH] chore: temporarily disable testing on Windows (#415) For some reason the Windows GitHub runners have become EXTREMELY slow as of late. They used to take 40 minutes (already a pain), and now they're taking > 1h20. This is no longer tolerable. --- .github/workflows/validate.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/validate.yml b/.github/workflows/validate.yml index 76ac33a7..49c1f88f 100644 --- a/.github/workflows/validate.yml +++ b/.github/workflows/validate.yml @@ -265,7 +265,10 @@ jobs: strategy: fail-fast: ${{ github.event_name == 'merge_group' }} matrix: - runs-on: [macos, ubuntu, windows] + runs-on: + - macos + - ubuntu + # - windows # Temporarily disabled because excruciatingly slow for no obvious reason. go-version: [oldstable, stable] build-mode: [DRIVER] include: