File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -24,11 +24,11 @@ jobs:
24
24
- x86_64-pc-windows-gnu # skip-pr
25
25
include :
26
26
- target : x86_64-pc-windows-gnu
27
- mingw : https://ci-mirrors.rust-lang.org/rustc/x86_64-4.9.2 -release-win32 -seh-rt_v4-rev4 .7z
27
+ mingw : https://ci-mirrors.rust-lang.org/rustc/x86_64-6.3.0 -release-posix -seh-rt_v5-rev2 .7z
28
28
mingwdir : mingw64
29
29
- target : i686-pc-windows-gnu
30
30
mingwdir : mingw32
31
- mingw : https://ci-mirrors.rust-lang.org/rustc/i686-4.9.2 -release-win32 -dwarf-rt_v4-rev4 .7z
31
+ mingw : https://ci-mirrors.rust-lang.org/rustc/i686-6.3.0 -release-posix -dwarf-rt_v5-rev2 .7z
32
32
steps :
33
33
- uses : actions/checkout@v2
34
34
# v2 defaults to a shallow checkout, but we need at least to the previous tag
Original file line number Diff line number Diff line change @@ -21,11 +21,11 @@ jobs:
21
21
- x86_64-pc-windows-msvc
22
22
include :
23
23
- target : x86_64-pc-windows-gnu
24
- mingw : https://ci-mirrors.rust-lang.org/rustc/x86_64-4.9.2 -release-win32 -seh-rt_v4-rev4 .7z
24
+ mingw : https://ci-mirrors.rust-lang.org/rustc/x86_64-6.3.0 -release-posix -seh-rt_v5-rev2 .7z
25
25
mingwdir : mingw64
26
26
- target : i686-pc-windows-gnu
27
27
mingwdir : mingw32
28
- mingw : https://ci-mirrors.rust-lang.org/rustc/i686-4.9.2 -release-win32 -dwarf-rt_v4-rev4 .7z
28
+ mingw : https://ci-mirrors.rust-lang.org/rustc/i686-6.3.0 -release-posix -dwarf-rt_v5-rev2 .7z
29
29
steps :
30
30
- uses : actions/checkout@v2
31
31
# v2 defaults to a shallow checkout, but we need at least to the previous tag
Original file line number Diff line number Diff line change @@ -24,11 +24,11 @@ jobs:
24
24
- i686-pc-windows-gnu # skip-pr skip-master
25
25
include :
26
26
- target : x86_64-pc-windows-gnu
27
- mingw : https://ci-mirrors.rust-lang.org/rustc/x86_64-4.9.2 -release-win32 -seh-rt_v4-rev4 .7z
27
+ mingw : https://ci-mirrors.rust-lang.org/rustc/x86_64-6.3.0 -release-posix -seh-rt_v5-rev2 .7z
28
28
mingwdir : mingw64
29
29
- target : i686-pc-windows-gnu
30
30
mingwdir : mingw32
31
- mingw : https://ci-mirrors.rust-lang.org/rustc/i686-4.9.2 -release-win32 -dwarf-rt_v4-rev4 .7z
31
+ mingw : https://ci-mirrors.rust-lang.org/rustc/i686-6.3.0 -release-posix -dwarf-rt_v5-rev2 .7z
32
32
steps :
33
33
- uses : actions/checkout@v2
34
34
# v2 defaults to a shallow checkout, but we need at least to the previous tag
You can’t perform that action at this time.
0 commit comments