Skip to content

Commit

Permalink
Don't run native engine tests on x64 macOS
Browse files Browse the repository at this point in the history
  • Loading branch information
tobiashienzsch committed Sep 1, 2024
1 parent be9260b commit 34bc4cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
cmake_flags: '-D OpenMP_ROOT=`brew list libomp | grep libomp.a | sed -E "s/\/lib\/.*//"`'
cxx_flags: ""
python_version: "3.12"
pffdtd_engine: "build/src/cpp/main_3d/pffdtd_3d"
pffdtd_engine: ""

- name: macOS-ARM64
os: macos-14
Expand Down

0 comments on commit 34bc4cd

Please sign in to comment.