diff --git a/.github/workflows/python-app.yml b/.github/workflows/python-app.yml index 5c5f393..8afdeff 100644 --- a/.github/workflows/python-app.yml +++ b/.github/workflows/python-app.yml @@ -31,7 +31,7 @@ jobs: run: | python setup.py py2app mv dist dist-intel - if: runner.os == 'macos-latest' && runner.architecture == 'X64' + if: runner.os == 'macos' && runner.architecture == 'X64' - name: Convert dist-intel to DMG run: |