diff --git a/.github/workflows/macos.yml b/.github/workflows/macos.yml index dbda27c..8e8204d 100644 --- a/.github/workflows/macos.yml +++ b/.github/workflows/macos.yml @@ -14,14 +14,14 @@ jobs: - name: repoint run: PATH=$PATH:/usr/local/smlnj/bin ./repoint install - name: configure - run: PATH=$PATH:/usr/local/opt/qt6/bin meson setup build --buildtype release + run: meson setup build --buildtype release - name: make run: ninja -C build - name: test run: meson test -C build - name: deploy-app run: | - QTDIR=/usr/local/opt/qt6 ./deploy/macos/deploy.sh build + QTDIR=/opt/homebrew ./deploy/macos/deploy.sh build - name: check run: | otool -L ./"Piano Precision.app/Contents/MacOS/Piano Precision"