diff options
author | Ubuntu <ubuntu@ip-172-31-41-161.ec2.internal> | 2023-06-28 22:21:38 +0000 |
---|---|---|
committer | Ubuntu <ubuntu@ip-172-31-41-161.ec2.internal> | 2023-06-28 22:21:38 +0000 |
commit | 0862e7d9e91981334b565c3d040a42634fb280ea (patch) | |
tree | 86382e3edc5d35a37d2cf3194ed94894c0629ba8 /.github | |
parent | d3000ac9eb140e07cc3eaec9fe182cecd7466a61 (diff) | |
download | candle-0862e7d9e91981334b565c3d040a42634fb280ea.tar.gz candle-0862e7d9e91981334b565c3d040a42634fb280ea.tar.bz2 candle-0862e7d9e91981334b565c3d040a42634fb280ea.zip |
Windows 2019 is slower to load (I guess less availability).
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/rust-ci.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/rust-ci.yml b/.github/workflows/rust-ci.yml index 27b62187..1f5b8c2e 100644 --- a/.github/workflows/rust-ci.yml +++ b/.github/workflows/rust-ci.yml @@ -12,7 +12,7 @@ jobs: runs-on: ${{ matrix.os }} strategy: matrix: - os: [ubuntu-latest, windows-2019, macOS-latest] + os: [ubuntu-latest, windows-latest, macOS-latest] rust: [stable] steps: - uses: actions/checkout@v2 @@ -31,7 +31,7 @@ jobs: runs-on: ${{ matrix.os }} strategy: matrix: - os: [ubuntu-latest, windows-2019, macOS-latest] + os: [ubuntu-latest, windows-latest, macOS-latest] rust: [stable] steps: - uses: actions/checkout@v2 |