Skip to content

Commit

Permalink
chore(ci): matrix.os added windows-latest and macos-latest (#353)
Browse files Browse the repository at this point in the history
  • Loading branch information
carlocorradini authored Feb 17, 2025
1 parent e9bceed commit ca140a5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ jobs:
- 18
- 20
os:
# - macOS-latest
# - windows-latest # I don't have a Windows machine to debug
- ubuntu-latest
- windows-latest
- macos-latest
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit ca140a5

Please sign in to comment.