-
-
Notifications
You must be signed in to change notification settings - Fork 187
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[ci] Add macOS versions to build matrix
**Why this change was necessary** The GitHub workflows were only testing against `macos-latest`, which still points to macOS 10.15 Catalina[1]. Now that M1 Macs running macOS 11.0 Big Sur have reached consumers, Emacs Plus should also include that OS (and CPU arch) in its CI tests. **What this change does** - Adds macOS 11.0 as an option to the build matrix for every workflow. - Explicitly names macOS 10.15 (Catalina) as an option to the build matrix. - Explicitly sets Xcode 12.2 if the OS version is 11.0, since previous XCode versions cannot build for Big Sur[2]. **Any side-effects?** None. **Additional context/notes/links** [1] https://docs.github.com/en/free-pro-team@latest/actions/reference/specifications-for-github-hosted-runners#supported-runners-and-hardware-resources [2] actions/runner-images#2056
- Loading branch information
1 parent
5ac3bb6
commit 315f55c
Showing
5 changed files
with
32 additions
and
5 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