From 5769b2070289cfc86c88f15ce8bfc3321ecd9e2b Mon Sep 17 00:00:00 2001 From: dbr Date: Tue, 15 Jun 2021 12:20:55 +1000 Subject: [PATCH] Important missing line to make CI actually run on matrix.os --- .github/workflows/tests.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index b756ab0eb..0e4836a2a 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -22,6 +22,7 @@ jobs: - windows-latest name: "Test - Rust ${{ matrix.rust }} on ${{ matrix.os }}" + runs-on: ${{ matrix.os }} steps: - uses: actions/checkout@v1