summaryrefslogtreecommitdiffhomepage
path: root/.github
diff options
context:
space:
mode:
authorYukihiro "Matz" Matsumoto <[email protected]>2020-05-24 23:12:27 +0900
committerYukihiro "Matz" Matsumoto <[email protected]>2020-10-12 16:21:00 +0900
commitf6dcc6dcfcd8ff49a418159bc05b93c7c817f1f0 (patch)
tree5b432da90511bafcaaa2e58e872e5b8c23e7f921 /.github
parent9712379e0f9918f89ff741978f542dfd2dad3492 (diff)
downloadmruby-f6dcc6dcfcd8ff49a418159bc05b93c7c817f1f0.tar.gz
mruby-f6dcc6dcfcd8ff49a418159bc05b93c7c817f1f0.zip
Use the newer `bison` on GitHub actions macOS; ref #4903
`Windows-MinGW` and `Windows-VC` also requires updates.
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/build.yml8
1 files 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