Skip to content

Commit 112ee06

Browse files
committed
Update CI workflows runners.
1 parent 07e3d15 commit 112ee06

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/linux.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
strategy:
1313
matrix:
1414
cc: [clang, gcc]
15-
os: [ubuntu-20.04, ubuntu-24.04]
15+
os: [ubuntu-22.04, ubuntu-24.04]
1616
include:
1717
- cc: clang
1818
cxx: clang++

.github/workflows/windows.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
strategy:
1313
matrix:
1414
platform: [x86, amd64]
15-
os: [windows-2019, windows-2022]
15+
os: [windows-2022, windows-2025]
1616
steps:
1717
- uses: actions/checkout@v4
1818
with:

0 commit comments

Comments
 (0)