mirror of https://github.com/YosysHQ/abc.git
GitHub Actions: updated cmake to use macos-latest instead of macos-11
This commit is contained in:
parent
0a5057f8d3
commit
4c4e298fad
|
|
@ -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 }}
|
||||
|
|
|
|||
Loading…
Reference in New Issue