Skip to content

Commit f0c3406

Browse files
Merge branch 'main' into feature/risk-message-validation
2 parents bf8788a + 54e0f48 commit f0c3406

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/test_against_escu.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,10 @@ jobs:
1818
fail-fast: false
1919
matrix:
2020
python_version: ["3.11", "3.12"]
21-
operating_system: ["ubuntu-20.04", "ubuntu-22.04", "macos-latest", "macos-14", "windows-2022"]
22-
#operating_system: ["ubuntu-20.04", "ubuntu-22.04", "macos-latest"]
21+
22+
operating_system: ["ubuntu-20.04", "ubuntu-22.04", "macos-latest", "macos-14"]
23+
# Do not test against ESCU until known character encoding issue is resolved
24+
# operating_system: ["ubuntu-20.04", "ubuntu-22.04", "macos-latest", "macos-14", "windows-2022"]
2325

2426

2527
runs-on: ${{ matrix.operating_system }}

0 commit comments

Comments
 (0)