Skip to content

Commit

Permalink
github-actions: Execute on linux only
Browse files Browse the repository at this point in the history
Disable nix-instantiate test for macos hosts because they are not
reliable and testing instntiation on linux is sufficient.
  • Loading branch information
gilligan committed Apr 6, 2021
1 parent 00f5075 commit bb211a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Expand Up @@ -5,7 +5,7 @@ jobs:
nix-instantiate:
strategy:
matrix:
os: [ubuntu-latest, macos-10.15]
os: [ubuntu-latest]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v2
Expand Down

0 comments on commit bb211a1

Please sign in to comment.