Skip to content

Commit 974fc23

Browse files
committed
bump MSVC versions
1 parent 8d72a62 commit 974fc23

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

ci/matrix.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ workflows:
4444
# verify-codegen:
4545
- {jobs: ['verify_codegen'], project: 'libcudacxx'}
4646
# cudax has different CTK reqs:
47-
- {jobs: ['build'], project: 'cudax', ctk: ['12.0'], std: 20, cxx: ['msvc14.36']}
47+
- {jobs: ['build'], project: 'cudax', ctk: ['12.0'], std: 20, cxx: ['msvc14.39']}
4848
- {jobs: ['build'], project: 'cudax', ctk: ['curr'], std: 20, cxx: ['gcc10', 'gcc11', 'gcc12']}
4949
- {jobs: ['build'], project: 'cudax', ctk: ['curr'], std: 20, cxx: ['clang14', 'clang15', 'clang16', 'clang17']}
5050
- {jobs: ['build'], project: 'cudax', ctk: ['12.5'], std: 'all', cxx: ['nvhpc']}
@@ -89,7 +89,7 @@ workflows:
8989
- {jobs: ['build'], project: 'cudax', ctk: ['12.0', 'curr'], std: 'all', cxx: ['gcc9', 'gcc10', 'gcc11']}
9090
- {jobs: ['build'], project: 'cudax', ctk: [ 'curr'], std: 'all', cxx: ['clang14', 'clang15', 'clang16', 'clang17']}
9191
- {jobs: ['build'], project: 'cudax', ctk: [ '12.5'], std: 'all', cxx: ['nvhpc']}
92-
- {jobs: ['build'], project: 'cudax', ctk: ['12.0', ], std: 'all', cxx: ['msvc14.36']}
92+
- {jobs: ['build'], project: 'cudax', ctk: ['12.0', ], std: 'all', cxx: ['msvc14.39']}
9393
- {jobs: ['build'], project: 'cudax', ctk: [ 'curr'], std: 'all', cxx: ['msvc2022']}
9494
- {jobs: ['build'], project: 'cudax', ctk: ['12.0' ], std: 'all', cxx: ['gcc12'], sm: "90"}
9595
- {jobs: ['build'], project: 'cudax', ctk: [ 'curr'], std: 'all', cxx: ['gcc13'], sm: "90a"}
@@ -101,7 +101,7 @@ workflows:
101101
# Any generated jobs that match the entries in `exclude` will be removed from the final matrix for all workflows.
102102
exclude:
103103
# GPU runners are not available on Windows.
104-
- {jobs: ['test', 'test_gpu', 'test_nolid', 'test_lid0', 'test_lid1', 'test_lid2'], cxx: ['msvc2019', 'msvc14.36', 'msvc2022']}
104+
- {jobs: ['test', 'test_gpu', 'test_nolid', 'test_lid0', 'test_lid1', 'test_lid2'], cxx: ['msvc2019', 'msvc14.39', 'msvc2022']}
105105

106106

107107
#############################################################################################
@@ -155,8 +155,8 @@ host_compilers:
155155
exe: cl
156156
versions:
157157
14.29: { stds: [ 17, ], aka: '2019' }
158-
14.36: { stds: [ 17, 20] }
159-
14.39: { stds: [ 17, 20], aka: '2022' }
158+
14.39: { stds: [ 17, 20] }
159+
14.42: { stds: [ 17, 20], aka: '2022' }
160160
nvhpc:
161161
name: 'NVHPC'
162162
container_tag: 'nvhpc'

0 commit comments

Comments
 (0)