Skip to content

Commit

Permalink
Update .github/workflows/install_script.yml
Browse files Browse the repository at this point in the history
Co-authored-by: Ahnaf Tahmid Chowdhury <[email protected]>
  • Loading branch information
gonuke and ahnaf-tahmid-chowdhury authored Feb 16, 2024
1 parent 0bbefc5 commit 2cd6959
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/install_script.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
matrix:
branch: ['develop', 'stable'] # 'develop' can be anything that's not 'stable'. This triggers an if statement in ubuntu.sh
build_hdf5: ['NO', 'hdf5-1_12_0']
os: ['ubuntu-latest', 'ubuntu-20.04']
os: ['ubuntu-22.04', 'ubuntu-20.04']
runs-on: ${{ matrix.os }}
steps:
- name: Checkout repository
Expand Down

0 comments on commit 2cd6959

Please sign in to comment.