Unverified Commit 4e6946ce by alanminko Committed by GitHub

Merge pull request #199 from sterin/master

Workaround for a crash when compiling on macOS in GitHub Actions.
parents 3bcc4fc3 acc9fbbf
......@@ -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 }}
......
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