Skip to content

Commit 8945236

Browse files
committed
ci: regen workflows
1 parent 10e0b80 commit 8945236

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

.github/workflows/windows-builds-on-master.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,11 +24,11 @@ jobs:
2424
- x86_64-pc-windows-gnu # skip-pr
2525
include:
2626
- 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
2828
mingwdir: mingw64
2929
- target: i686-pc-windows-gnu
3030
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
3232
steps:
3333
- uses: actions/checkout@v2
3434
# v2 defaults to a shallow checkout, but we need at least to the previous tag

.github/workflows/windows-builds-on-pr.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,11 @@ jobs:
2121
- x86_64-pc-windows-msvc
2222
include:
2323
- 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
2525
mingwdir: mingw64
2626
- target: i686-pc-windows-gnu
2727
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
2929
steps:
3030
- uses: actions/checkout@v2
3131
# v2 defaults to a shallow checkout, but we need at least to the previous tag

.github/workflows/windows-builds-on-stable.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,11 +24,11 @@ jobs:
2424
- i686-pc-windows-gnu # skip-pr skip-master
2525
include:
2626
- 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
2828
mingwdir: mingw64
2929
- target: i686-pc-windows-gnu
3030
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
3232
steps:
3333
- uses: actions/checkout@v2
3434
# v2 defaults to a shallow checkout, but we need at least to the previous tag

0 commit comments

Comments
 (0)