mirror of
https://github.com/The-OpenROAD-Project/abc.git
synced 2026-03-12 11:26:17 +08:00
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:
2
.github/workflows/build-posix-cmake.yml
vendored
2
.github/workflows/build-posix-cmake.yml
vendored
@@ -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 }}
|
||||
|
||||
Reference in New Issue
Block a user