Downgrade MacOS version in GHA

This commit is contained in:
Martin Hořeňovský 2022-10-15 11:29:22 +02:00
parent 0c962d11b3
commit e94976ec9c
No known key found for this signature in database
GPG Key ID: DE48307B8B0D381A

View File

@ -4,7 +4,11 @@ on: [push, pull_request]
jobs: jobs:
build: build:
runs-on: macos-12 # macos-12 updated to a toolchain that crashes when linking the
# test binary. This seems to be a known bug in that version,
# and will eventually get fixed in an update. After that, we can go
# back to newer macos images.
runs-on: macos-11
strategy: strategy:
matrix: matrix:
cxx: cxx: