Skip to content

Commit f6d5301

Browse files
committed
GitHub CI: Disable Toooba test for macos-13
until the segfault in elf_to_hex is resolved
1 parent 2b83a78 commit f6d5301

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/build-and-test-macos.yml

+1
Original file line numberDiff line numberDiff line change
@@ -187,6 +187,7 @@ jobs:
187187
test-toooba-macOS:
188188
name: "Test Toooba ${{ inputs.os }} ghc-${{ inputs.ghc_version }}"
189189
runs-on: ${{ inputs.os }}
190+
if: ${{ inputs.os != 'macos-13' }}
190191
needs: build-macos
191192
steps:
192193
- uses: actions/checkout@v3

0 commit comments

Comments
 (0)