We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e200e73 + 47acfe6 commit d5763b4Copy full SHA for d5763b4
2 files changed
.github/workflows/ci.yml
@@ -20,7 +20,7 @@ jobs:
20
include:
21
- os: windows-2022
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-20.04
+ runs-on: ubuntu-latest
15
16
- name: Checkout
17
uses: actions/checkout@v4.2.2
0 commit comments