Skip to content

Commit

Permalink
Update publish-to-auto-release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
DominikPeters authored Mar 2, 2024
1 parent 5890256 commit a6bae6f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/publish-to-auto-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
strategy:
fail-fast: false
matrix:
platform: [macos-latest, ubuntu-20.04, windows-latest]
platform: [macos-14, macos-latest, ubuntu-20.04, windows-latest]

runs-on: ${{ matrix.platform }}
steps:
Expand Down Expand Up @@ -47,3 +47,4 @@ jobs:
releaseBody: "See the assets to download this version and install."
releaseDraft: true
prerelease: false
includeUpdaterJson: false

0 comments on commit a6bae6f

Please sign in to comment.