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 d4a80ab commit 1fadcfeCopy full SHA for 1fadcfe
.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
@@ -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