mirror of https://github.com/YosysHQ/abc.git
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:
parent
3bcc4fc386
commit
acc9fbbf1d
|
|
@ -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 }}
|
||||
|
|
|
|||
Loading…
Reference in New Issue