From b747cf4092cf5918111d21732729ebccde73c0c5 Mon Sep 17 00:00:00 2001 From: est31 Date: Sun, 12 Dec 2021 12:35:58 +0100 Subject: [PATCH] Use windows as second OS instead of Mac OS Due to the winit bug: https://github.com/rust-windowing/winit/pull/2078 --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 50b5018..fff4e94 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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 }}