Skip to content

Commit a43a3b7

Browse files
committed
Ignore matrix build for macOS
1 parent 54861dc commit a43a3b7

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

azure-pipelines.yml

+1-5
Original file line numberDiff line numberDiff line change
@@ -24,14 +24,10 @@ jobs:
2424
- job: macOS
2525
pool:
2626
vmImage: 'macos-10.13'
27-
strategy:
28-
matrix:
29-
ruby 2.6:
30-
ruby_version: '2.6.1p33'
3127
steps:
3228
- task: UseRubyVersion@0
3329
inputs:
34-
versionSpec: $(ruby_version)
30+
versionSpec: '>= 2.4'
3531
- script: |
3632
gem install bundler
3733
bundle install --retry=3 --jobs=4

0 commit comments

Comments
 (0)