Skip to content

Commit

Permalink
Hard code ubuntu
Browse files Browse the repository at this point in the history
  • Loading branch information
e-oloughlin committed Jan 31, 2021
1 parent bcf6a23 commit 65c9795
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/matrix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
matrix:
os: [macos-latest, ubuntu-latest, windows-latest]
node_version: [6, 8, 10]
runs-on: ${{ matrix.os }}
runs-on: ubuntu-latest
steps:
- name: Log node version
run: node -v
Expand Down

0 comments on commit 65c9795

Please sign in to comment.