From a7c19c689c6b7f8daf78eb68a54148fa3ffccb7e Mon Sep 17 00:00:00 2001 From: Jay Lee Date: Thu, 3 Dec 2020 10:50:54 -0500 Subject: [PATCH] actions take 2 --- .github/workflows/build.yml | 27 ++++++++++++++------------- 1 file changed, 14 insertions(+), 13 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 99f1930d..9f9ed873 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -7,16 +7,17 @@ on: - cron: '37 22 * * *' jobs: - runs-on: ${{ matrix.os }} - strategy: - matrix: - os: [ubuntu-16.04, ubuntu-18.04, ubuntu-20.04, macos-10.15, windows-2019] - include: - - os: windows-2019 - - 32_bit: true - steps: - - name: Show env - - run: | - set - ls - uname -a + build: + runs-on: ${{ matrix.os }} + strategy: + matrix: + os: [ubuntu-16.04, ubuntu-18.04, ubuntu-20.04, macos-10.15, windows-2019] + include: + - os: windows-2019 + - 32_bit: true + steps: + - name: Show env + - run: | + set + ls + uname -a