Workaround for a crash when compiling on macOS in GitHub Actions.

Reported the bug to Apple and return to the previous version of the maOS image (macos-11).
This commit is contained in:
Baruch Sterin
2022-11-22 03:29:55 +02:00
parent 3bcc4fc386
commit acc9fbbf1d

View File

@@ -5,7 +5,7 @@ jobs:
build-posix:
strategy:
matrix:
os: [macos-latest, ubuntu-latest]
os: [macos-11, ubuntu-latest]
use_namespace: [false, true]
runs-on: ${{ matrix.os }}