mirror of
https://github.com/wez/wezterm.git
synced 2024-11-23 15:04:36 +03:00
ensure that the CI targets 64 bit systems on windows
This commit is contained in:
parent
ee7eefe0a3
commit
c65dac6a2f
2
.github/workflows/nightly_win.yml
vendored
2
.github/workflows/nightly_win.yml
vendored
@ -10,7 +10,7 @@ jobs:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
os: [vs2017-win2016]
|
||||
rust_toolchain: [stable]
|
||||
rust_toolchain: [stable-x86_64]
|
||||
runs-on: ${{ matrix.os }}
|
||||
steps:
|
||||
- uses: actions/checkout@v1
|
||||
|
2
.github/workflows/tag_win.yml
vendored
2
.github/workflows/tag_win.yml
vendored
@ -11,7 +11,7 @@ jobs:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
os: [vs2017-win2016]
|
||||
rust_toolchain: [stable]
|
||||
rust_toolchain: [stable-x86_64]
|
||||
runs-on: ${{ matrix.os }}
|
||||
steps:
|
||||
- uses: actions/checkout@v1
|
||||
|
2
.github/workflows/windows.yml
vendored
2
.github/workflows/windows.yml
vendored
@ -14,7 +14,7 @@ jobs:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
os: [vs2017-win2016]
|
||||
rust_toolchain: [stable]
|
||||
rust_toolchain: [stable-x86_64]
|
||||
runs-on: ${{ matrix.os }}
|
||||
steps:
|
||||
- uses: actions/checkout@v1
|
||||
|
Loading…
Reference in New Issue
Block a user