Skip to content

Commit 713cefa

Browse files
committed
Disable MSVC workflow
1 parent 43981c8 commit 713cefa

File tree

1 file changed

+3
-9
lines changed

1 file changed

+3
-9
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
fail-fast: false
2424
matrix:
2525
include:
26-
- { name: "MSVC 14.3 - C++20", os: windows-2022, cxxstd: '20', cmake_args: -G "Visual Studio 17 2022" -A x64, github_release: true }
26+
# - { name: "MSVC 14.3 - C++20", os: windows-2022, cxxstd: '20', cmake_args: -G "Visual Studio 17 2022" -A x64, github_release: true }
2727
- { name: "GCC 12 - C++20", os: ubuntu-22.04, cc: gcc-12, cxx: g++-12, cxxstd: '20', install: g++-12, github_release: true }
2828
- { name: "GCC 11 - C++20", os: ubuntu-22.04, cc: gcc-11, cxx: g++-11, cxxstd: 20, install: g++-11 }
2929
- { name: "Clang 15 - C++20", os: ubuntu-22.04, cc: clang-15, cxx: clang++-15, cxxstd: 20, install: "clang-15 libxml2-utils" }
@@ -98,15 +98,9 @@ jobs:
9898
run:
9999
shell: bash
100100

101-
strategy:
102-
fail-fast: false
103-
matrix:
104-
include:
105-
- { name: 'Create Release Packages', os: ubuntu-22.04 }
106-
107-
name: ${{ matrix.name }}
101+
name: Create Release Packages
108102
timeout-minutes: 120
109-
runs-on: ${{matrix.os}}
103+
runs-on: ubuntu-22.04
110104
permissions:
111105
contents: write
112106

0 commit comments

Comments
 (0)