We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 07e3d15 commit 112ee06Copy full SHA for 112ee06
2 files changed
.github/workflows/linux.yml
@@ -12,7 +12,7 @@ jobs:
12
strategy:
13
matrix:
14
cc: [clang, gcc]
15
- os: [ubuntu-20.04, ubuntu-24.04]
+ os: [ubuntu-22.04, ubuntu-24.04]
16
include:
17
- cc: clang
18
cxx: clang++
.github/workflows/windows.yml
platform: [x86, amd64]
- os: [windows-2019, windows-2022]
+ os: [windows-2022, windows-2025]
steps:
- uses: actions/checkout@v4
with:
0 commit comments