Skip to content

Commit 3265dbe

Browse files
committed
Add all machines to lint checks
1 parent a0202f2 commit 3265dbe

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/code-linting-checks.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,9 @@ jobs:
2121
strategy:
2222
matrix:
2323
os:
24+
- "macos-14"
2425
- "macos-15"
26+
- "ubuntu-22.04"
2527
- "ubuntu-24.04"
2628
runs-on: "${{matrix.os}}"
2729
steps:

0 commit comments

Comments
 (0)