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: ...@@ -54,10 +54,10 @@ jobs:
- uses: actions/checkout@v1 - uses: actions/checkout@v1
- name: brew - name: brew
run: brew install ruby gperf run: brew install ruby gperf
- name: build - name: build and test
run: rake -m run: rake -m -j4 all test
- name: test env:
run: rake test MRUBY_TARGET: travis
Windows-MinGW: Windows-MinGW:
runs-on: windows-latest 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