3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-04-05 17:14:08 +00:00

Limit macOS GH actions

This commit is contained in:
Miodrag Milanović 2021-11-08 16:56:24 +01:00 committed by GitHub
parent d39d4e11d2
commit cd3f3d5df0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -8,11 +8,9 @@ jobs:
strategy:
matrix:
os:
- { id: macos-10.15, name: Catalina }
- { id: macos-11, name: 'Big Sur' }
cpp_std:
- 'c++11'
- 'c++14'
- 'c++17'
fail-fast: false
steps:
@ -81,11 +79,8 @@ jobs:
os:
- { id: macos-10.15, name: Catalina }
cpp_std:
- 'c++11'
- 'c++14'
- 'c++17'
compiler:
- gcc@10
- gcc
fail-fast: false
steps: