Skip to content

Commit e68d6d3

Browse files
committed
ci: run test on macOS
1 parent 96abda4 commit e68d6d3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
fail-fast: false
4444
matrix:
4545
node: [20, 22]
46-
os: [ubuntu-24.04-arm, windows-11-arm]
46+
os: [ubuntu-24.04-arm, macos-latest, windows-11-arm]
4747
runs-on: ${{ matrix.os }}
4848
steps:
4949
- uses: actions/checkout@v4
@@ -65,7 +65,7 @@ jobs:
6565
fail-fast: false
6666
matrix:
6767
node: [20, 22]
68-
os: [ubuntu-24.04-arm, windows-11-arm]
68+
os: [ubuntu-24.04-arm, macos-latest, windows-11-arm]
6969
runs-on: ${{ matrix.os }}
7070
steps:
7171
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)