mirror of
https://github.com/atom/atom.git
synced 2026-04-28 03:01:47 -04:00
Double check the version of mac and xcode
This commit is contained in:
@@ -9,4 +9,4 @@
|
||||
<key>com.apple.security.cs.disable-library-validation</key>
|
||||
<true/>
|
||||
</dict>
|
||||
</plist>
|
||||
</plist>
|
||||
|
||||
@@ -12,6 +12,12 @@ jobs:
|
||||
vmImage: macos-10.14
|
||||
|
||||
steps:
|
||||
- task: Check MacOs version
|
||||
- script: sw_vers -productVersion
|
||||
|
||||
- task: Check XCode version
|
||||
- script: gcc --version
|
||||
|
||||
- task: NodeTool@0
|
||||
inputs:
|
||||
versionSpec: 10.2.1
|
||||
|
||||
Reference in New Issue
Block a user