Skip to content

Commit 8c5ef4f

Browse files
authored
Remove macOS GCC and MSYS2 from CI runs (#2216)
Signed-off-by: Juan Cruz Viotti <jv@jviotti.com>
1 parent b1f9dae commit 8c5ef4f

File tree

2 files changed

+0
-16
lines changed

2 files changed

+0
-16
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -30,12 +30,6 @@ jobs:
3030
cxx: clang++
3131
type: shared
3232
shell: sh
33-
- os: macos-latest
34-
cc: gcc-13
35-
cxx: g++-13
36-
type: static
37-
shell: sh
38-
benchmark: macos/gcc
3933
- os: ubuntu-latest
4034
cc: clang
4135
cxx: clang++
@@ -65,9 +59,6 @@ jobs:
6559
- os: windows-latest
6660
type: shared
6761
shell: pwsh
68-
- os: windows-latest
69-
type: static
70-
shell: msys2 {0}
7162

7263
# Sanitizers
7364
- os: ubuntu-latest
@@ -86,12 +77,6 @@ jobs:
8677
CC: ${{ matrix.platform.cc }}
8778
CXX: ${{ matrix.platform.cxx }}
8879
steps:
89-
- name: Install dependencies (MSYS2)
90-
uses: msys2/setup-msys2@v2
91-
if: matrix.platform.shell == 'msys2 {0}'
92-
with:
93-
install: cmake make gcc diffutils
94-
9580
- uses: actions/checkout@v4
9681
- name: Install dependencies (macOS)
9782
if: runner.os == 'macos'

Brewfile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,2 @@
11
brew "cmake"
22
brew "doxygen"
3-
brew "gcc@13"

0 commit comments

Comments
 (0)