Skip to content

Commit 6836d46

Browse files
committed
Second attempt to reproduce issue 370
1 parent 415c437 commit 6836d46

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

.github/workflows/ci.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,9 @@ jobs:
2222
strategy:
2323
fail-fast: false
2424
matrix:
25-
go-version: [1.25.x, 1.24.x, 1.22.x, 1.21.x]
26-
platform: [ubuntu-latest, windows-latest, macos-13]
25+
go-version: [1.25.x, 1.21.x]
26+
python-version: ["3.9", "3.11"]
27+
platform: [ubuntu-latest, windows-latest, macos-13, macos-14]
2728
#platform: [ubuntu-latest, macos-latest, windows-latest]
2829
runs-on: ${{ matrix.platform }}
2930
steps:
@@ -33,7 +34,7 @@ jobs:
3334
- name: Set up Python
3435
uses: actions/setup-python@v5
3536
with:
36-
python-version: '3.11'
37+
python-version: ${{ matrix.python-version }}
3738

3839
- name: Install Go
3940
uses: actions/setup-go@v5

0 commit comments

Comments
 (0)