From 96aec12241aef2d4dd47323d14b5aad64b6e6b79 Mon Sep 17 00:00:00 2001 From: Jonathan Spira Date: Sat, 28 Sep 2024 22:35:47 -0400 Subject: [PATCH] thanks microsoft for paying for this --- .github/workflows/ci.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 8e98070..8d3c7dd 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -8,7 +8,9 @@ on: jobs: rustfmt: name: Check rustfmt - runs-on: ubuntu-latest + # this is pretty weird, but `winit` requires a backend on linux + # and we don't specify that at all and just let end users do that + runs-on: windows-latest if: github.ref == 'refs/heads/main' steps: - name: Checkout