Skip to content

Commit

Permalink
disable output check for macOS for now
Browse files Browse the repository at this point in the history
until I get access to a machine with Xcode 15, I cannot compile C++20 and so cannot generate predictions for RNG output
  • Loading branch information
TheoPannetier authored Feb 19, 2024
1 parent a99e2a2 commit 366fd69
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ jobs:
run: ${{ matrix.path_to_exe }} run_on_gha/rs_test_project/

- name: check_output
if: ${{ matrix.os != 'macos-13' }} # no check until I get access to a machine with Xcode 15
run: |
cd ./run_on_gha/rs_test_project
rm Outputs/DebugLog.txt
Expand Down

0 comments on commit 366fd69

Please sign in to comment.