Skip to content

Commit 5cbf82a

Browse files
committed
Reduce matrix for simplicity
1 parent ea437a8 commit 5cbf82a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/testEndToEnd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
fail-fast: false
1212
matrix:
1313
python_version: ["3.11", "3.12", "3.13"]
14-
operating_system: ["ubuntu-20.04", "ubuntu-24.04", "macos-15", "macos-14", "windows-2022"]
14+
operating_system: ["ubuntu-24.04", "macos-15", "windows-2022"]
1515
#operating_system: ["ubuntu-20.04", "ubuntu-22.04", "macos-latest"]
1616

1717

.github/workflows/test_against_escu.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
matrix:
1919
python_version: ["3.11", "3.12", "3.13"]
2020

21-
operating_system: ["ubuntu-20.04", "ubuntu-24.04", "macos-15", "macos-14"]
21+
operating_system: ["ubuntu-24.04", "macos-15"]
2222
# Do not test against ESCU until known character encoding issue is resolved
2323
# operating_system: ["ubuntu-20.04", "ubuntu-22.04", "macos-latest", "macos-14", "windows-2022"]
2424

0 commit comments

Comments
 (0)