Skip to content

Commit

Permalink
ci: use ubuntu runner
Browse files Browse the repository at this point in the history
  • Loading branch information
snitin315 committed Feb 24, 2023
1 parent a5f6614 commit 2fb08d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Expand Up @@ -9,7 +9,7 @@ on:
jobs:
ci:
name: Lint
runs-on: windows-latest
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Setup Node.js
Expand Down

0 comments on commit 2fb08d1

Please sign in to comment.