From 53448f4f6735c66b0f010052d43846bc634f98de Mon Sep 17 00:00:00 2001 From: James McNally Date: Sat, 25 May 2024 07:47:11 +0100 Subject: [PATCH] fix: Unavailable Versions in CI * Remove HDF5 1.8 from the brew tests - no longer available. * Limit Wine tests to Rust 1.75 to maintain compatilibity with the installed wine version. #286 --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 984112dc..fb6686b7 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -59,7 +59,6 @@ jobs: fail-fast: false matrix: include: - - {version: hdf5@1.8} - {version: hdf5@1.10} - {version: hdf5@1.14} - {version: hdf5-mpi, mpi: true} @@ -294,7 +293,8 @@ jobs: with: {submodules: true} - name: Install Rust uses: dtolnay/rust-toolchain@stable - with: {toolchain: stable, targets: x86_64-pc-windows-gnu} + # Last version to support Wine pre 8.13 + with: {toolchain: "1.75", targets: x86_64-pc-windows-gnu} - name: Install dependencies run: sudo apt-get update && sudo apt install wine64 mingw-w64 - name: Build and test