Update ci.yml

This commit is contained in:
Peter Dimov
2025-09-09 16:43:32 +03:00
parent 75e0901b40
commit 1f3d0bbe0c

View File

@@ -182,7 +182,7 @@ jobs:
- toolset: clang
compiler: clang++-20
cxxstd: "03,11,14,17,20,23,2c"
container: ubuntu:25.04
container: ubuntu:24.04
os: ubuntu-latest
install: clang-20
- toolset: clang
@@ -266,11 +266,6 @@ jobs:
fail-fast: false
matrix:
include:
# msvc-14.0 not included, because it fails with "compiler is out of heap space"
- toolset: msvc-14.2
cxxstd: "14,17,20,latest"
addrmd: 32,64
os: windows-2019
- toolset: msvc-14.3
cxxstd: "14,17,20,latest"
addrmd: 32,64
@@ -282,7 +277,7 @@ jobs:
- toolset: gcc
cxxstd: "03,11,14,17,2a"
addrmd: 64
os: windows-2019
os: windows-2022
runs-on: ${{matrix.os}}
@@ -615,7 +610,7 @@ jobs:
nvcc -x cu -I ./include -I ../assert/include -I ../config/include -I ../core/include -std=c++17 -c test/mp_count_if.cpp
cuda-windows:
runs-on: windows-2019
runs-on: windows-latest
steps:
- uses: actions/checkout@v4
@@ -643,8 +638,7 @@ jobs:
fail-fast: false
matrix:
include:
- os: windows-2019
- os: windows-2022
- os: windows-latest
runs-on: ${{matrix.os}}
@@ -692,8 +686,7 @@ jobs:
fail-fast: false
matrix:
include:
- os: windows-2019
- os: windows-2022
- os: windows-latest
runs-on: ${{matrix.os}}
@@ -759,8 +752,7 @@ jobs:
fail-fast: false
matrix:
include:
- os: windows-2019
- os: windows-2022
- os: windows-latest
runs-on: ${{matrix.os}}