1
1
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:
Wez Furlong 2020-01-17 15:04:44 -08:00
parent ee7eefe0a3
commit c65dac6a2f
3 changed files with 3 additions and 3 deletions

View File

@ -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

View File

@ -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

View File

@ -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