Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ananthu3375 authored Jul 23, 2024
1 parent 84d11da commit f047741
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ jobs:
# you can specify the version after `-` like "llvm-13.0.0".
- llvm
- gcc-11
- msvc-19
- msvc-2022
build_type:
- Release
- Debug
Expand All @@ -147,11 +147,11 @@ jobs:

exclude:
- os: ubuntu-22.04
compiler: msvc-19
compiler: msvc-2022
- os: macos-12
compiler: gcc-11
- os: macos-12
compiler: msvc-19
compiler: msvc-2022
- os: windows-2022
compiler: gcc-11
- os: windows-2022
Expand Down

0 comments on commit f047741

Please sign in to comment.