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

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: