From 9c3e6ef9d4aee06cd136f75e73d6d4de73b3cf29 Mon Sep 17 00:00:00 2001 From: Martin Geisler Date: Sat, 13 Feb 2021 15:21:29 +0100 Subject: [PATCH] Fix build so we actually test on Windows Thanks @lopopolo for noticing this on #96! --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index f1949a1..428ebd7 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -13,7 +13,7 @@ jobs: build: name: Build on ${{ matrix.os }} (${{ matrix.rust }}) - runs-on: ubuntu-latest + runs-on: ${{ matrix.os }} strategy: matrix: os: