Skip to content

Commit eeb073b

Browse files
committed
Updating runner images on workflows
1 parent 604399f commit eeb073b

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.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/checkout@v4.2.2

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ defaults:
1717
jobs:
1818
release:
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:

0 commit comments

Comments
 (0)