Skip to content

Commit 722ea81

Browse files
committed
Prepare for mac runs on unit tests.
1 parent 57f0835 commit 722ea81

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/test.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,9 @@ jobs:
3030
runs-on: ${{ matrix.os }}
3131
strategy:
3232
matrix:
33-
os: [ubuntu-22.04]
33+
os:
34+
- ubuntu-22.04
35+
# - macos-14
3436
mode: [debug, release]
3537

3638
include:

0 commit comments

Comments
 (0)