Skip to content

Commit

Permalink
GitHub CI: Disable Toooba test for macos-13
Browse files Browse the repository at this point in the history
until the segfault in elf_to_hex is resolved
  • Loading branch information
quark17 committed Feb 18, 2024
1 parent 2b83a78 commit f6d5301
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build-and-test-macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -187,6 +187,7 @@ jobs:
test-toooba-macOS:
name: "Test Toooba ${{ inputs.os }} ghc-${{ inputs.ghc_version }}"
runs-on: ${{ inputs.os }}
if: ${{ inputs.os != 'macos-13' }}
needs: build-macos
steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit f6d5301

Please sign in to comment.