Skip to content

Commit d6b4c5f

Browse files
authored
Merge branch 'main' into easylaunch
2 parents 3da66ab + 54e0f48 commit d6b4c5f

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)