Skip to content

Commit 96aec12

Browse files
committed
thanks microsoft for paying for this
1 parent 0e29244 commit 96aec12

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/ci.yaml

+3-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,9 @@ on:
88
jobs:
99
rustfmt:
1010
name: Check rustfmt
11-
runs-on: ubuntu-latest
11+
# this is pretty weird, but `winit` requires a backend on linux
12+
# and we don't specify that at all and just let end users do that
13+
runs-on: windows-latest
1214
if: github.ref == 'refs/heads/main'
1315
steps:
1416
- name: Checkout

0 commit comments

Comments
 (0)