Skip to content

Commit

Permalink
Add runtime17 for Windows + Fix Windows os version to windows-2022
Browse files Browse the repository at this point in the history
  • Loading branch information
mcbarton authored Mar 9, 2024
1 parent 18f4521 commit d45fef1
Showing 1 changed file with 11 additions and 6 deletions.
17 changes: 11 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -94,21 +94,26 @@ jobs:
compiler: clang
clang-runtime: '17'

- name: win-msvc-runtime14
os: windows-latest
- name: win2022-msvc-runtime14
os: windows-2022
compiler: msvc
clang-runtime: '14'

- name: win-msvc-runtime15
os: windows-latest
- name: win2022-msvc-runtime15
os: windows-2022
compiler: msvc
clang-runtime: '15'

- name: win-msvc-runtime16
os: windows-latest
- name: win2022-msvc-runtime16
os: windows-2022
compiler: msvc
clang-runtime: '16'

- name: win2022-msvc-runtime17
os: windows-2022
compiler: msvc
clang-runtime: '17'

- name: ubu22-clang15-runtime16-debug
os: ubuntu-22.04
compiler: clang-15
Expand Down

0 comments on commit d45fef1

Please sign in to comment.