Skip to content

Commit

Permalink
Fix: Including MacOS and Windows to CI_RAFT that were removed by mistake
Browse files Browse the repository at this point in the history
I test github actions on a separate fork with Ubuntu only, and I forgot to add MacOS and Windows back to CI_RAFT.yml before pushing. Putting them back.
  • Loading branch information
lucas-carmo authored and shousner committed Dec 12, 2024
1 parent 1a2573d commit 325dc40
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/CI_RAFT.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ jobs:
strategy:
fail-fast: false #true
matrix:
os: ["ubuntu-latest"]
python-version: ["3.11"]
os: ["ubuntu-latest", "macOS-latest", "windows-latest"]
python-version: ["3.10", "3.11"]


steps:
Expand Down

0 comments on commit 325dc40

Please sign in to comment.