Skip to content

Commit 8575f78

Browse files
authored
Comment out macOS CI (#1164)
1 parent 08b02c6 commit 8575f78

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

.github/workflows/build.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,9 @@ jobs:
3232
image: rippleci/clio_ci:latest
3333
build_type: Debug
3434
code_coverage: true
35-
- os: macOS
36-
build_type: Release
37-
code_coverage: false
35+
# - os: macOS
36+
# build_type: Release
37+
# code_coverage: false
3838
runs-on: [self-hosted, "${{ matrix.os }}"]
3939
container: ${{ matrix.container }}
4040

@@ -137,7 +137,7 @@ jobs:
137137
- os: heavy
138138
container:
139139
image: rippleci/clio_ci:latest
140-
- os: macOS
140+
# - os: macOS
141141
runs-on: [self-hosted, "${{ matrix.os }}"]
142142
container: ${{ matrix.container }}
143143

.github/workflows/nightly.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ jobs:
1111
fail-fast: false
1212
matrix:
1313
include:
14-
- os: macOS
15-
build_type: Release
14+
# - os: macOS
15+
# build_type: Release
1616
- os: heavy
1717
build_type: Release
1818
container:
@@ -76,8 +76,8 @@ jobs:
7676
fail-fast: false
7777
matrix:
7878
include:
79-
- os: macOS
80-
build_type: Release
79+
# - os: macOS
80+
# build_type: Release
8181
- os: heavy
8282
build_type: Release
8383
- os: heavy

0 commit comments

Comments
 (0)