CI: Use CREATEDMG_SKIP_JENKINS on macOS arm64

This commit is contained in:
Jonas Kvinge 2023-09-24 17:38:27 +02:00
parent 6a018f3e25
commit b105b9fd8f
1 changed files with 1 additions and 1 deletions

View File

@ -827,7 +827,7 @@ jobs:
-DENABLE_DBUS=OFF
-DICU_ROOT="${{env.prefix_path}}"
-DFFTW3_DIR="${{env.prefix_path}}"
-DCREATEDMG_SKIP_JENKINS=$(test "${{matrix.runner}}" = "macos-11" && echo "ON" || echo "OFF")
-DCREATEDMG_SKIP_JENKINS=$(test "${{matrix.runner}}" = "macos-arm64" && echo "ON" || echo "OFF")
- name: Build
run: cmake --build build --config Release --parallel 4