3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-06-30 09:58:47 +00:00

Merge pull request #4121 from YosysHQ/macos_upgrade

Update macOS to Ventura
This commit is contained in:
Miodrag Milanović 2024-01-09 15:05:15 +01:00 committed by GitHub
commit 9e3d132050
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -8,7 +8,7 @@ jobs:
strategy: strategy:
matrix: matrix:
os: os:
- { id: macos-11, name: 'Big Sur' } - { id: macos-13, name: 'Ventura' }
cpp_std: cpp_std:
- 'c++11' - 'c++11'
- 'c++17' - 'c++17'