We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 935aaaf commit c83f333Copy full SHA for c83f333
.github/workflows/ci.yml
@@ -21,9 +21,9 @@ jobs:
21
strategy:
22
matrix:
23
include:
24
- - os: windows-2022
+ - os: windows-latest
25
name: Windows
26
- - os: ubuntu-22.04
+ - os: ubuntu-latest
27
name: Linux
28
fail-fast: false
29
steps:
.github/workflows/release.yml
@@ -11,7 +11,7 @@ defaults:
11
shell: pwsh
12
jobs:
13
release:
14
- runs-on: ubuntu-22.04
+ runs-on: ubuntu-latest
15
16
- name: Checkout
17
uses: actions/checkout@v4.2.2
0 commit comments