Skip to content

Commit

Permalink
chore: temporarily disable testing on Windows (#415)
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
RomainMuller authored Nov 22, 2024
1 parent 1d4dcf0 commit f9facf2
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/validate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit f9facf2

Please sign in to comment.