mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
Use the newer bison on GitHub actions macOS; ref #4903
`Windows-MinGW` and `Windows-VC` also requires updates.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user