We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8f21b64 commit 6c48d27Copy full SHA for 6c48d27
1 file changed
.github/workflows/ci.yml
@@ -19,7 +19,7 @@ jobs:
19
name: Run tests on ${{ matrix.os }}
20
strategy:
21
matrix:
22
- os: ["ubuntu-latest", "windows-latest"]
+ os: ["ubuntu-latest", "ubuntu-latest-arm", "windows-latest"]
23
runs-on: ${{ matrix.os }}
24
steps:
25
- uses: actions/checkout@v6
@@ -54,7 +54,7 @@ jobs:
54
name: Lint on ${{ matrix.os }}
55
56
57
58
59
60
0 commit comments