Merge pull request #199 from sterin/master

Workaround for a crash when compiling on macOS in GitHub Actions.
This commit is contained in:
alanminko 2022-11-28 08:43:02 -08:00 committed by GitHub
commit 4e6946ce70
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

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 }}