From feda0d2473a9a29e3c4a4c3122cd83dc0aaa40f1 Mon Sep 17 00:00:00 2001 From: Neo Hsu Date: Thu, 12 Aug 2021 02:51:50 +0800 Subject: [PATCH] chore(build): modify build config --- .github/workflows/build.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index e5fb300..be5e0de 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -14,7 +14,9 @@ jobs: name: asdf plugin test strategy: matrix: - os: [ubuntu-latest, macos-latest] + os: + - ubuntu-latest + - macos-latest runs-on: ${{ matrix.os }} steps: - name: asdf_plugin_test