mirror of
https://github.com/The-OpenROAD-Project/abc.git
synced 2026-03-12 11:26:17 +08:00
GitHub Actions: updated cmake to use macos-latest instead of macos-11
This commit is contained in:
2
.github/workflows/build-posix-cmake.yml
vendored
2
.github/workflows/build-posix-cmake.yml
vendored
@@ -9,7 +9,7 @@ jobs:
|
||||
build-posix-cmake:
|
||||
strategy:
|
||||
matrix:
|
||||
os: [macos-11, ubuntu-latest]
|
||||
os: [macos-latest, ubuntu-latest]
|
||||
use_namespace: [false, true]
|
||||
|
||||
runs-on: ${{ matrix.os }}
|
||||
|
||||
Reference in New Issue
Block a user