diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 07f208a4c0..258384defd 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -6,8 +6,9 @@ jobs: build: strategy: + fail-fast: false matrix: - os: [macOS-latest, windows-latest, ubuntu-latest] + os: [windows-latest, ubuntu-latest] toolchain: [stable, beta, nightly] runs-on: ${{ matrix.os }} diff --git a/Cargo.toml b/Cargo.toml index f697088729..3c8a446923 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -33,7 +33,7 @@ test_headless = [] # used for testing headless display vk_interop = [] # used for texture import from Vulkan [dependencies.glutin] -version = "0.27" +version = "0.28" features = [] optional = true @@ -49,7 +49,7 @@ fnv = "1.0.5" gl_generator = "0.14" [dev-dependencies] -ouroboros = "0.13" +ouroboros = "0.14" cgmath = "0.18" genmesh = "0.6" image = "0.23"