Skip to content

Commit

Permalink
update github workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
aoterodelaroza committed May 1, 2024
1 parent e85d804 commit 4e81b4a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build-cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,13 @@ jobs:
build-cmake:
name: ${{ matrix.os }}, gfortran-${{ matrix.ver }}
strategy:
fail-fast: false
matrix:
os: [ubuntu-latest, macos-latest]
ver: [10] # 7, 8, 9

runs-on: ${{ matrix.os }}
timeout-minutes: 10

steps:
- name: Checkout
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/test-nodata.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ jobs:
name: ubuntu-latest, gfortran

runs-on: ubuntu-latest
timeout-minutes: 10

steps:
- name: Checkout
Expand Down

0 comments on commit 4e81b4a

Please sign in to comment.