Switch MacOS CI from using macos-latest to macos-11, trying to make it work again!

This commit is contained in:
asuessenbach 2022-11-04 15:16:26 +01:00
parent dcc1d9562f
commit d0a85f095f

View File

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