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

`Windows-MinGW` and `Windows-VC` also requires updates.
This commit is contained in:
Yukihiro "Matz" Matsumoto
2020-05-24 23:12:27 +09:00
parent 9712379e0f
commit f6dcc6dcfc
+4 -4
View File
@@ -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