Skip to content

Commit

Permalink
Ignore matrix build for macOS
Browse files Browse the repository at this point in the history
  • Loading branch information
hsbt committed Feb 26, 2019
1 parent 54861dc commit a43a3b7
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,14 +24,10 @@ jobs:
- job: macOS
pool:
vmImage: 'macos-10.13'
strategy:
matrix:
ruby 2.6:
ruby_version: '2.6.1p33'
steps:
- task: UseRubyVersion@0
inputs:
versionSpec: $(ruby_version)
versionSpec: '>= 2.4'
- script: |
gem install bundler
bundle install --retry=3 --jobs=4
Expand Down

0 comments on commit a43a3b7

Please sign in to comment.