aboutsummaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorMiodrag Milanović <mmicko@gmail.com>2021-11-08 16:56:24 +0100
committerGitHub <noreply@github.com>2021-11-08 16:56:24 +0100
commitcd3f3d5df038b7170de73cb7ba496db6735463a2 (patch)
treeaac95bb0769f230460c0eb84591787ed579a534c /.github
parentd39d4e11d268a9a59c132f83d060e3704b42ac4c (diff)
downloadyosys-cd3f3d5df038b7170de73cb7ba496db6735463a2.tar.gz
yosys-cd3f3d5df038b7170de73cb7ba496db6735463a2.tar.bz2
yosys-cd3f3d5df038b7170de73cb7ba496db6735463a2.zip
Limit macOS GH actions
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/test-macos.yml5
1 files changed, 0 insertions, 5 deletions
diff --git a/.github/workflows/test-macos.yml b/.github/workflows/test-macos.yml
index 1b13d011b..8a7804907 100644
--- a/.github/workflows/test-macos.yml
+++ b/.github/workflows/test-macos.yml
@@ -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: