Skip to content

Commit c83f333

Browse files
Updating workflows to use -latest versions (release-2.2) (#898)
1 parent 935aaaf commit c83f333

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,9 @@ jobs:
2121
strategy:
2222
matrix:
2323
include:
24-
- os: windows-2022
24+
- os: windows-latest
2525
name: Windows
26-
- os: ubuntu-22.04
26+
- os: ubuntu-latest
2727
name: Linux
2828
fail-fast: false
2929
steps:

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ defaults:
1111
shell: pwsh
1212
jobs:
1313
release:
14-
runs-on: ubuntu-22.04
14+
runs-on: ubuntu-latest
1515
steps:
1616
- name: Checkout
1717
uses: actions/checkout@v4.2.2

0 commit comments

Comments
 (0)