Skip to content

Commit

Permalink
Update Windows environment to f9779fda and macOS environment to 729dc20.
Browse files Browse the repository at this point in the history
- Windows environment has a taglib 1.11 fix.
- macOS environment is built with a new 10.13 build VM using the 10.13 macOS SDK.
- Update the minimum required macOS version to 10.11 in product_definition.plist.
  • Loading branch information
rryan committed Sep 1, 2018
1 parent a7e8005 commit 9a7149c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build/osx/golden_environment
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.2-j00010-4a29e0d-osx10.7-x86_64-release
2.2-j00013-f9779fda-osx10.11-x86_64-release
2 changes: 1 addition & 1 deletion build/osx/product_definition.plist
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
</array>
<key>os</key>
<array>
<string>10.8.0</string>
<string>10.11.0</string>
</array>
</dict>
</plist>
2 changes: 1 addition & 1 deletion build/windows/golden_environment
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.2-j00014-PLATFORM-CONFIGURATION-static-036d353-minimal
2.2-j00016-PLATFORM-CONFIGURATION-static-729dc20-minimal

1 comment on commit 9a7149c

@rryan
Copy link
Member Author

@rryan rryan commented on 9a7149c Sep 1, 2018

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I was fooled by mixxxdj/buildserver#63, the mac environment is broken.

Please sign in to comment.