diff --git a/.github/workflows/deploy.app.yml b/.github/workflows/deploy.app.yml index 14b37d6..b97dba4 100644 --- a/.github/workflows/deploy.app.yml +++ b/.github/workflows/deploy.app.yml @@ -8,7 +8,11 @@ on: jobs: deploy: - runs-on: macos-latest + runs-on: ${{ matrix.os }} + strategy: + fail-fast: false + matrix: + os: [ ubuntu-latest, macos-latest, windows-latest ] permissions: contents: write concurrency: