projects
/
yosys.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d39d4e1
)
Limit macOS GH actions
author
Miodrag Milanović
<mmicko@gmail.com>
Mon, 8 Nov 2021 15:56:24 +0000
(16:56 +0100)
committer
GitHub
<noreply@github.com>
Mon, 8 Nov 2021 15:56:24 +0000
(16:56 +0100)
.github/workflows/test-macos.yml
patch
|
blob
|
history
diff --git
a/.github/workflows/test-macos.yml
b/.github/workflows/test-macos.yml
index 1b13d011b313960134d1855160fa5802c253c27b..8a78049073aa985e2917bb3145f19f5a066b5632 100644
(file)
--- 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: