Skip to content

Commit 5c801ea

Browse files
committed
chore(build): another try to disable old python versions on macos-latest
1 parent 84281a5 commit 5c801ea

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/build-test-package-publish.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,9 @@ jobs:
3434
robot-version: ["rf41", "rf50", "rf60", "rf61", "rf70"]
3535
exclude:
3636
- os: macos-latest
37-
python-version: ["3.8", "3.9"]
37+
python-version: "3.8"
38+
- os: macos-latest
39+
python-version: "3.9"
3840

3941
steps:
4042
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)