[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:
Marin Usalj 2022-08-12 12:13:11 -04:00
parent 54a24f042f
commit 7d37b79015
4 changed files with 6 additions and 6 deletions

View file

@ -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