Skip to content

Commit

Permalink
Add Ubuntu 22.04 back into CI
Browse files Browse the repository at this point in the history
  • Loading branch information
mattjala committed Dec 13, 2024
1 parent ecc63e5 commit d130105
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ubuntu-latest]
os: [ubuntu-22.04, ubuntu-latest]
python-version: ["3.10"]
hdf5-branch: ["hdf5_1_14"]

Expand Down Expand Up @@ -160,7 +160,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ubuntu-latest]
os: [ubuntu-22.04, ubuntu-latest]
python-version: ["3.10"]
hdf5-branch: ["hdf5_1_14", "develop"]

Expand Down

0 comments on commit d130105

Please sign in to comment.