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 4ce3997ca4
commit 6803ddb8e2
+1
View File
@@ -50,6 +50,7 @@ jobs:
run: rake -m -j4 all test
env:
MRUBY_CONFIG: travis_config.rb
PATH: "/usr/local/opt/bison/bin:$PATH"
Windows-MinGW:
runs-on: windows-latest