[github] Use macos-12
It might be beneficial to set up a matrix ([docs](https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#example-using-a-multi-dimension-matrix)) and run all major supported macOS versions in parallel. Reason: macos-10.15 is [being deprecated](https://github.com/actions/runner-images/issues/5583) and will be fully unsupported by Aug 30 2022.
This commit is contained in:
parent
54a24f042f
commit
7d37b79015
4 changed files with 6 additions and 6 deletions
2
.github/workflows/debug.yml
vendored
2
.github/workflows/debug.yml
vendored
|
|
@ -10,7 +10,7 @@ on:
|
|||
- debug
|
||||
jobs:
|
||||
debug:
|
||||
runs-on: macos-10.15
|
||||
runs-on: macos-12
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- uses: cachix/install-nix-action@v15
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue