Skip to content

Commit 1fadcfe

Browse files
Updating workflows to use -latest versions (release-10.1) (#1640)
1 parent d4a80ab commit 1fadcfe

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
@@ -18,9 +18,9 @@ jobs:
1818
strategy:
1919
matrix:
2020
include:
21-
- os: windows-2022
21+
- os: windows-latest
2222
name: Windows
23-
- os: ubuntu-22.04
23+
- os: ubuntu-latest
2424
name: Linux
2525
fail-fast: false
2626
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)