We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 21fddf8 commit 01ad310Copy full SHA for 01ad310
2 files changed
.github/workflows/ci.yml
@@ -18,9 +18,9 @@ jobs:
18
strategy:
19
matrix:
20
include:
21
- - os: windows-2022
+ - os: windows-latest
22
name: Windows
23
- - os: ubuntu-22.04
+ - os: ubuntu-latest
24
name: Linux
25
fail-fast: false
26
steps:
.github/workflows/release.yml
@@ -12,7 +12,7 @@ defaults:
12
shell: pwsh
13
jobs:
14
release:
15
- runs-on: ubuntu-22.04
+ runs-on: ubuntu-latest
16
17
- name: Checkout
uses: actions/checkout@v4.2.2
0 commit comments