Merge pull request #1443 from asuessenbach/macos

Switch MacOS CI from using macos-latest to macos-11, trying to make it work again!
This commit is contained in:
Andreas Süßenbach 2022-11-06 23:00:50 +01:00 committed by GitHub
commit 1ecb9abef5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -4,7 +4,7 @@ name: CI MacOS
on: [push, pull_request]
jobs:
build:
runs-on: macos-latest
runs-on: macos-11
strategy:
matrix: