1
0
Fork 0
mirror of https://github.com/actix/actix-web.git synced 2025-04-04 17:19:35 +00:00

Stop to run CI for i686-pc-windows-msvc for now

This commit is contained in:
Yuki Okushi 2019-12-22 08:28:22 +09:00
parent a94deed341
commit a28d1d7778

View file

@ -12,7 +12,7 @@ jobs:
matrix:
toolchain:
- x86_64-pc-windows-msvc
- i686-pc-windows-msvc
# - i686-pc-windows-msvc
- x86_64-apple-darwin
version:
- stable
@ -21,9 +21,9 @@ jobs:
- toolchain: x86_64-pc-windows-msvc
os: windows-latest
arch: x64
- toolchain: i686-pc-windows-msvc
os: windows-latest
arch: x86
# - toolchain: i686-pc-windows-msvc
# os: windows-latest
# arch: x86
- toolchain: x86_64-apple-darwin
os: macOS-latest