forked from OpenAssetIO/OpenAssetIO
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[CI] Update macOS runner to macos-13
Closes OpenAssetIO#1434. GitHub CI has started rejecting macOS 12, i.e. > The macOS-12 environment is deprecated, consider switching to > macOS-13, macOS-14 (macos-latest) or macOS-15. For more details, see > actions/runner-images#10721 VFX Reference Platform CY2024 only specifies a Minimum Deployment Target of 11.0 (CY2025 specifies 12.0). So we cannot match our GitHub runner to VFX CY2024. Nearest we can do is target the lowest available macOS version. So update to `macos-13` runners. The (default) available compiler on these is apple-clang 15, which isn't an available option in Conan 1.59 ("ERROR: Invalid setting '15' is not a valid 'settings.compiler.version' value"), so bump the version of Conan to the latest v1 at time of writing, i.e. 1.66. Signed-off-by: David Feltell <[email protected]>
- Loading branch information
Showing
8 changed files
with
12 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
conan==1.59.0 | ||
conan==1.66.0 | ||
cmake==3.28.3 | ||
ninja==1.10.2.3 | ||
pip>=21.3 | ||
|