diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 54c223fe758..f4431fbed7d 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -1,10 +1,12 @@ +--- name: Build on: push jobs: cloc: - runs-on: ubuntu-latest + name: CLOC + runs-on: ubuntu-20.04 steps: - name: Checkout repo @@ -19,12 +21,12 @@ jobs: run: cloc --include-lang TypeScript,JavaScript,HTML,Sass,CSS --vcs git build: - + name: Build jslib runs-on: ${{ matrix.os }} strategy: matrix: - os: [windows-latest, macos-latest, ubuntu-latest] + os: [windows-2019, macos-10.15, ubuntu-20.04] steps: - name: Set up Node