Skip to content

Commit 502c9ac

Browse files
author
g
committed
CI: platform supported debian-latest, ubuntu-latest, macos-latest, windows-latest
1 parent c9c0c03 commit 502c9ac

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

.github/workflows/CI.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,10 @@ on: [push, pull_request]
44

55
jobs:
66
lint:
7-
runs-on: debian-latest
7+
strategy:
8+
matrix:
9+
platform: [debian-latest, ubuntu-latest, macos-latest, windows-latest]
10+
runs-on: ${{ matrix.platform }}
811
steps:
912
- name: Checkout code
1013
uses: actions/checkout@v4
@@ -18,7 +21,7 @@ jobs:
1821
test:
1922
strategy:
2023
matrix:
21-
platform: [debian-latest]
24+
platform: [debian-latest, ubuntu-latest, macos-latest, windows-latest]
2225
runs-on: ${{ matrix.platform }}
2326
steps:
2427
- name: Checkout code

0 commit comments

Comments
 (0)