From f6dcc6dcfcd8ff49a418159bc05b93c7c817f1f0 Mon Sep 17 00:00:00 2001 From: "Yukihiro \"Matz\" Matsumoto" Date: Sun, 24 May 2020 23:12:27 +0900 Subject: Use the newer `bison` on GitHub actions macOS; ref #4903 `Windows-MinGW` and `Windows-VC` also requires updates. --- .github/workflows/build.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 2f8b69da7..59cf5791e 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -54,10 +54,10 @@ jobs: - uses: actions/checkout@v1 - name: brew run: brew install ruby gperf - - name: build - run: rake -m - - name: test - run: rake test + - name: build and test + run: rake -m -j4 all test + env: + MRUBY_TARGET: travis Windows-MinGW: runs-on: windows-latest -- cgit v1.2.3