Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f566547 commit 6bc4b1eCopy full SHA for 6bc4b1e
.github/workflows/release.yaml
@@ -17,7 +17,9 @@ permissions:
17
18
jobs:
19
release:
20
- runs-on: ${{ github.repository_owner == 'coder' && 'windows-latest-16-cores' || 'windows-latest' }}
+ # windows-2025 is required for an up-to-date version of OpenSSL for the
21
+ # appcast generation.
22
+ runs-on: ${{ github.repository_owner == 'coder' && 'windows-2025-16-cores' || 'windows-2025' }}
23
outputs:
24
version: ${{ steps.version.outputs.VERSION }}
25
timeout-minutes: 15
0 commit comments