From 3b213e95d79c788be7590a1a5e52c820d21b1f43 Mon Sep 17 00:00:00 2001 From: nasa Date: Sun, 29 Sep 2019 18:32:39 +0900 Subject: [PATCH] Update .github/workflows/ci.yml Co-Authored-By: Yoshua Wuyts --- .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 f47c7c60..d8cc2f60 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -2,7 +2,7 @@ on: [push] jobs: build_and_test: - name: Build adn test on ${{ matrix.os }} + name: Build and test on ${{ matrix.os }} runs-on: ${{ matrix.os }} strategy: matrix: