Skip to content

Commit 66a12e0

Browse files
authored
🏗️ Update CI workflow to use only Ubuntu (#736)
1 parent d972c48 commit 66a12e0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545

4646
python-version: [ "3.9", "3.10", "3.11", "3.12", "3.13"]
4747

48-
os: [ubuntu, macos, windows]
48+
os: [ubuntu]
4949

5050
steps:
5151
- uses: actions/checkout@v4
@@ -87,7 +87,7 @@ jobs:
8787

8888
python-version: [ "3.9", "3.10", "3.11", "3.12", "3.13"]
8989

90-
os: [ubuntu, macos, windows]
90+
os: [ubuntu]
9191

9292
steps:
9393
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)