We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 96abda4 commit e68d6d3Copy full SHA for e68d6d3
.github/workflows/ci.yml
@@ -43,7 +43,7 @@ jobs:
43
fail-fast: false
44
matrix:
45
node: [20, 22]
46
- os: [ubuntu-24.04-arm, windows-11-arm]
+ os: [ubuntu-24.04-arm, macos-latest, windows-11-arm]
47
runs-on: ${{ matrix.os }}
48
steps:
49
- uses: actions/checkout@v4
@@ -65,7 +65,7 @@ jobs:
65
66
67
68
69
70
71
0 commit comments