Remove deprecated step
parent
7b4ff0cb1c
commit
68efdcde88
|
@ -13,7 +13,7 @@ jobs:
|
||||||
strategy:
|
strategy:
|
||||||
fail-fast: false
|
fail-fast: false
|
||||||
matrix:
|
matrix:
|
||||||
name: [ubuntu-gcc, macos-clang, windows-msvc, ubuntu-clang, ubuntu-memory-sanitizer]
|
name: [ubuntu-gcc, macos-clang, windows-msvc, ubuntu-clang]
|
||||||
# For Windows msvc, for Linux and macOS let's use the clang compiler, use gcc for Linux.
|
# For Windows msvc, for Linux and macOS let's use the clang compiler, use gcc for Linux.
|
||||||
include:
|
include:
|
||||||
- name: windows-msvc
|
- name: windows-msvc
|
||||||
|
|
Loading…
Reference in New Issue