Skip to content

Commit b747cf4

Browse files
committed
Use windows as second OS instead of Mac OS
Due to the winit bug: rust-windowing/winit#2078
1 parent 8cfd2f7 commit b747cf4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77

88
strategy:
99
matrix:
10-
os: [macOS-latest, ubuntu-latest]
10+
os: [ubuntu-latest, windows-latest]
1111
toolchain: [stable, beta, nightly]
1212

1313
runs-on: ${{ matrix.os }}

0 commit comments

Comments
 (0)