1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00
Kazuhiro NISHIYAMA 2021-10-01 10:14:43 +09:00 committed by Kazuhiro NISHIYAMA
parent ca3cc677b3
commit 77804be457
Notes: git 2021-10-01 11:14:22 +09:00

View file

@ -2,13 +2,14 @@ name: macOS
on: [push, pull_request]
jobs:
make:
runs-on: macos-latest
strategy:
matrix:
os: [macos-10.15, macos-11]
test_task: [ "check", "test-bundler-parallel" ] #, "test-bundled-gems" ] matrix tests has unknown issues
fail-fast: false
env:
GITPULLOPTIONS: --no-tags origin ${{github.ref}}
runs-on: ${{ matrix.os }}
steps:
- run: mkdir build
working-directory: