Skip to content

Commit

Permalink
ci: wait for linux first
Browse files Browse the repository at this point in the history
  • Loading branch information
scivision committed Nov 4, 2020
1 parent ca66b2c commit d73da84
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ jobs:


macos:
needs: linux
runs-on: macos-latest
steps:
- uses: actions/checkout@v2
Expand All @@ -50,6 +51,7 @@ jobs:
FC: gfortran-9

windows:
needs: linux
runs-on: windows-latest
steps:
- uses: actions/checkout@v2
Expand Down

0 comments on commit d73da84

Please sign in to comment.