Skip to content

Commit 1bcf374

Browse files
Update cmake-multi-platform.yml
1 parent 2710dd2 commit 1bcf374

1 file changed

Lines changed: 2 additions & 9 deletions

File tree

.github/workflows/cmake-multi-platform.yml

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
strategy:
1616
fail-fast: false
1717
matrix:
18-
os: [ubuntu-20.04, ubuntu-22.04, ubuntu-24.04, windows-latest, macos-latest]
18+
os: [ubuntu-22.04, ubuntu-24.04, windows-latest, macos-latest]
1919
build_type: [Release]
2020
c_compiler: [gcc, clang, cl]
2121
include:
@@ -30,9 +30,6 @@ jobs:
3030
cpp_compiler: g++
3131

3232
# Ubuntu GCC
33-
- os: ubuntu-20.04
34-
c_compiler: gcc
35-
cpp_compiler: g++
3633
- os: ubuntu-22.04
3734
c_compiler: gcc
3835
cpp_compiler: g++
@@ -41,9 +38,6 @@ jobs:
4138
cpp_compiler: g++
4239

4340
# Ubuntu Clang
44-
- os: ubuntu-20.04
45-
c_compiler: clang
46-
cpp_compiler: clang++
4741
- os: ubuntu-22.04
4842
c_compiler: clang
4943
cpp_compiler: clang++
@@ -59,8 +53,6 @@ jobs:
5953
exclude:
6054
- os: windows-latest
6155
c_compiler: clang
62-
- os: ubuntu-20.04
63-
c_compiler: cl
6456
- os: ubuntu-22.04
6557
c_compiler: cl
6658
- os: ubuntu-24.04
@@ -70,6 +62,7 @@ jobs:
7062
- os: macos-latest
7163
c_compiler: cl
7264

65+
7366
steps:
7467
- uses: actions/checkout@v4
7568

0 commit comments

Comments
 (0)