From 3b57845c71fc8dc05759db61d342460300c02b48 Mon Sep 17 00:00:00 2001 From: Kevin Leung Date: Tue, 5 May 2020 13:28:02 +0800 Subject: [PATCH] Test more platforms --- .github/workflows/ci.yml | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ff04533..6b639cd 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -8,7 +8,14 @@ on: jobs: build: - runs-on: ubuntu-latest + runs-on: ${{ matrix.os }} + + strategy: + matrix: + os: + - ubuntu-latest + - windows-latest + - macos-latest steps: - uses: actions/checkout@v2 @@ -17,3 +24,4 @@ jobs: - run: yarn global bin - run: ls -lah $(yarn global bin) - run: lix + - run: lix install haxe stable