From 2178a0b0389c844a05b58e781a84859f9b8fdc8d Mon Sep 17 00:00:00 2001 From: Ira Horecka Date: Tue, 23 Jan 2024 12:52:48 -0500 Subject: [PATCH] update ci.yaml spelling error --- .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 1b43c0d1..c5238ce2 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -4,7 +4,7 @@ on: [push] jobs: test: - runs-on: $${{ matris.os }} + runs-on: $${{ matrix.os }} strategy: matrix: os: [ubuntu-latest, windows-latest, macos-latest]