Skip to content

Commit 664b879

Browse files
committed
Updating runner images on workflows
1 parent 6d9235a commit 664b879

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ defaults:
1414
jobs:
1515
build:
1616
name: Windows
17-
runs-on: windows-2022
17+
runs-on: windows-latest
1818
steps:
1919
- name: Checkout
2020
uses: actions/[email protected]

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ defaults:
1717
jobs:
1818
windows-standalone:
1919
if: ${{ github.actor != 'dependabot[bot]' }}
20-
runs-on: windows-2022
20+
runs-on: windows-latest
2121
steps:
2222
- name: Check for secrets
2323
env:
@@ -105,7 +105,7 @@ jobs:
105105
octopus-deploy-api-key: ${{ secrets.OCTOPUS_DEPLOY_API_KEY }}
106106
linux-container:
107107
if: ${{ github.actor != 'dependabot[bot]' }}
108-
runs-on: ubuntu-22.04
108+
runs-on: ubuntu-latest
109109
name: linux-container
110110
defaults:
111111
run:

0 commit comments

Comments
 (0)