Skip to content

Commit 98e55fc

Browse files
authored
Runner OS (#974)
1 parent 3d73ddd commit 98e55fc

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
@@ -15,9 +15,9 @@ jobs:
1515
strategy:
1616
matrix:
1717
include:
18-
- os: windows-2019
18+
- os: windows-2022
1919
name: Windows
20-
- os: ubuntu-20.04
20+
- os: ubuntu-24.04
2121
name: Linux
2222
fail-fast: false
2323
steps:

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ env:
88
DOTNET_NOLOGO: true
99
jobs:
1010
release:
11-
runs-on: windows-2019
11+
runs-on: windows-2022
1212
steps:
1313
- name: Checkout
1414
uses: actions/checkout@v4.2.2

0 commit comments

Comments
 (0)