Skip to content

Commit ca4757d

Browse files
authored
Don't lint on macOS in CI (#1153)
1 parent af2ec35 commit ca4757d

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -176,8 +176,9 @@ jobs:
176176
main: true
177177
- os: windows-latest
178178
skip: ${{ github.event_name == 'merge_group' }}
179-
- os: macos-latest
180-
skip: ${{ github.event_name == 'merge_group' }}
179+
# Skip macOS; we do not have any build tag'd files that require checking.
180+
# - os: macos-latest
181+
# skip: ${{ github.event_name == 'merge_group' }}
181182
- os: ubuntu-latest
182183
name: 'noembed'
183184
noembed: true

0 commit comments

Comments
 (0)