Skip to content

Commit

Permalink
fix: Unavailable Versions in CI
Browse files Browse the repository at this point in the history
* 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
  • Loading branch information
JamesMc86 committed May 30, 2024
1 parent 33c7a18 commit 53448f4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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}
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 53448f4

Please sign in to comment.