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 6d9235a commit 664b879Copy full SHA for 664b879
.github/workflows/ci.yml
@@ -14,7 +14,7 @@ defaults:
14
jobs:
15
build:
16
name: Windows
17
- runs-on: windows-2022
+ runs-on: windows-latest
18
steps:
19
- name: Checkout
20
uses: actions/[email protected]
.github/workflows/release.yml
@@ -17,7 +17,7 @@ defaults:
windows-standalone:
if: ${{ github.actor != 'dependabot[bot]' }}
21
22
- name: Check for secrets
23
env:
@@ -105,7 +105,7 @@ jobs:
105
octopus-deploy-api-key: ${{ secrets.OCTOPUS_DEPLOY_API_KEY }}
106
linux-container:
107
108
- runs-on: ubuntu-22.04
+ runs-on: ubuntu-latest
109
name: linux-container
110
defaults:
111
run:
0 commit comments