Use the newer `bison` on GitHub actions macOS; ref #4903

`Windows-MinGW` and `Windows-VC` also requires updates.
parent 9712379e
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment