Skip to content

Commit c49a529

Browse files
authored
Skip macOS intel timelord cases in workflow
Commented out macOS timelord cases due to issues.
1 parent 1ae3769 commit c49a529

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/test-single.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -118,6 +118,12 @@ jobs:
118118
matrix: windows
119119
configuration:
120120
name: core.full_node
121+
// TODO: skipping macos-15-intel timelord cases until fixed
122+
// https://github.com/Chia-Network/chiavdf/pull/268
123+
- os:
124+
matrix: macos-intel
125+
configuration:
126+
install_timelord: true
121127
- python:
122128
exclude_from:
123129
${{ inputs.matrix_mode }}: True

0 commit comments

Comments
 (0)