Skip to content

Commit dff07bb

Browse files
committed
Specify one OS without using version
1 parent 39cd137 commit dff07bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,5 +62,5 @@ jobs:
6262

6363
- name: Lint
6464
# Only run lint on one OS to reduce duplicate work
65-
if: ${{ matrix.os == 'ubuntu-22.04' }}
65+
if: runner.os == 'Linux' && runner.arch == 'X64'
6666
run: npm run lint

0 commit comments

Comments
 (0)