Skip to content

Commit 6337d2e

Browse files
committed
chore: add macos 14 (arm) to make sure libsession-util-nodejs builds
1 parent 426760d commit 6337d2e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
strategy:
2020
fail-fast: false
2121
matrix:
22-
os: [windows-2022, macos-13, ubuntu-22.04]
22+
os: [windows-2022, macos-13, macos-14, ubuntu-22.04]
2323
env:
2424
SIGNAL_ENV: production
2525
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)