-
Notifications
You must be signed in to change notification settings - Fork 273
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Attempt to fix mac pre-release builds
The macOS pre-release builds haven't been running recently. I suspect it's because they were on an older version of macOS (10.15) that GitHub Actions no longer supports. I updated them to use a newer version (12) and while I was at it I updated the other jobs from 11 to 12. There were also some cache keys that had `macos-11.0` in the path, so I changed those to `macos-12`. Admittedly I have no idea what I'm doing and this might not work.
- Loading branch information
Showing
3 changed files
with
9 additions
and
9 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