Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/onqtam/doctest.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoronqtam <vik.kirilov@gmail.com>2021-11-10 18:33:39 +0300
committeronqtam <vik.kirilov@gmail.com>2021-12-11 00:41:29 +0300
commit209754393cb7e0b927eb975ece650ac05dfae6fd (patch)
tree410300dd92b43c2369d8c5f43995d35bd628d502 /.github
parent969bd7ff0aeab9e1477f8f1abe83065628b908a9 (diff)
removing the gcc windows builds because they fail too much
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/main.yml18
1 files changed, 10 insertions, 8 deletions
diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml
index 21574775..600388bb 100644
--- a/.github/workflows/main.yml
+++ b/.github/workflows/main.yml
@@ -45,11 +45,11 @@ jobs:
windows-2016-cl,
windows-2016-clang-cl,
windows-2016-clang,
- windows-2016-gcc,
+ # windows-2016-gcc,
windows-2019-cl,
windows-2019-clang-cl,
windows-2019-clang,
- windows-2019-gcc,
+ # windows-2019-gcc,
macOS-latest-xcode-11.3,
]
@@ -177,9 +177,10 @@ jobs:
os: windows-2019
compiler: cl
- - name: windows-2016-gcc
- os: windows-2016
- compiler: gcc
+ # fails to install it...
+ # - name: windows-2016-gcc
+ # os: windows-2016
+ # compiler: gcc
- name: windows-2019-clang-cl
os: windows-2019
@@ -189,9 +190,10 @@ jobs:
os: windows-2019
compiler: clang
- - name: windows-2019-gcc
- os: windows-2019
- compiler: gcc
+ # fails to install it...
+ # - name: windows-2019-gcc
+ # os: windows-2019
+ # compiler: gcc
- name: macOS-latest-xcode-11.3
os: macOS-10.15