Skip to content

Commit 7cb79c1

Browse files
authored
Merge pull request #49 from zrax/ci_img_update
Remove unsupported CI runner images
2 parents 7d1b1dc + 4ec479e commit 7cb79c1

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

.github/workflows/ci-build.yml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,9 @@ jobs:
1010
strategy:
1111
matrix:
1212
cfg:
13-
- { os: ubuntu-20.04, compiler: gcc-7 }
14-
- { os: ubuntu-20.04, compiler: gcc } # GCC 9
15-
- { os: ubuntu-20.04, compiler: clang } # Clang 10
13+
- { os: ubuntu-22.04, compiler: gcc-9 }
1614
- { os: ubuntu-22.04, compiler: gcc } # GCC 11
15+
- { os: ubuntu-22.04, compiler: clang-11 }
1716
- { os: ubuntu-22.04, compiler: clang-15 }
1817
- { os: ubuntu-24.04, compiler: gcc-14 }
1918
- { os: ubuntu-24.04, compiler: clang } # Clang 18
@@ -64,8 +63,6 @@ jobs:
6463
strategy:
6564
matrix:
6665
cfg:
67-
- { os: windows-2019, msvc: Visual Studio 16 2019, arch: Win32 }
68-
- { os: windows-2019, msvc: Visual Studio 16 2019, arch: x64 }
6966
- { os: windows-2022, msvc: Visual Studio 17 2022, arch: Win32 }
7067
- { os: windows-2022, msvc: Visual Studio 17 2022, arch: x64 }
7168
steps:

0 commit comments

Comments
 (0)