Commit acc9fbbf by Baruch Sterin

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).
parent 3bcc4fc3
...@@ -5,7 +5,7 @@ jobs: ...@@ -5,7 +5,7 @@ jobs:
build-posix: build-posix:
strategy: strategy:
matrix: matrix:
os: [macos-latest, ubuntu-latest] os: [macos-11, ubuntu-latest]
use_namespace: [false, true] use_namespace: [false, true]
runs-on: ${{ matrix.os }} runs-on: ${{ matrix.os }}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment