Skip to content

Commit

Permalink
Use windows as second OS instead of Mac OS
Browse files Browse the repository at this point in the history
Due to the winit bug: rust-windowing/winit#2078
  • Loading branch information
est31 committed Dec 12, 2021
1 parent 8cfd2f7 commit b747cf4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Expand Up @@ -7,7 +7,7 @@ jobs:

strategy:
matrix:
os: [macOS-latest, ubuntu-latest]
os: [ubuntu-latest, windows-latest]
toolchain: [stable, beta, nightly]

runs-on: ${{ matrix.os }}
Expand Down

0 comments on commit b747cf4

Please sign in to comment.