Skip to content

Commit d3901b8

Browse files
committed
ci: run on ubuntu instead of windows
1 parent 03a8c0b commit d3901b8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/pr_lint.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ concurrency:
99

1010
jobs:
1111
lint:
12-
#runs-on: ubuntu-latest
13-
runs-on: windows-latest
12+
runs-on: ubuntu-latest
13+
#runs-on: windows-latest
1414
steps:
1515
- name: Checkout 🛎️
1616
uses: actions/checkout@v3

0 commit comments

Comments
 (0)