Skip to content

Commit 745bc2a

Browse files
authored
feat(ci): Add Windows and macOS runners to CI (#608)
Adds support for running the CI tests on Windows and macOS platforms in addition to the existing Ubuntu runner. This ensures the application is compatible across a wider range of operating systems.
1 parent 781cd0a commit 745bc2a

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -84,9 +84,8 @@ jobs:
8484
matrix:
8585
os:
8686
- ubuntu-latest
87-
# Windows runners don't support Linux Docker containers (needed for tests),
88-
# so we currently cannot run tests on Windows.
89-
# - windows-latest
87+
- windows-latest
88+
- macos-latest
9089

9190
runs-on: ${{ matrix.os }}
9291
permissions:

0 commit comments

Comments
 (0)