We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 415c437 commit 6836d46Copy full SHA for 6836d46
1 file changed
.github/workflows/ci.yml
@@ -22,8 +22,9 @@ jobs:
22
strategy:
23
fail-fast: false
24
matrix:
25
- go-version: [1.25.x, 1.24.x, 1.22.x, 1.21.x]
26
- platform: [ubuntu-latest, windows-latest, macos-13]
+ go-version: [1.25.x, 1.21.x]
+ python-version: ["3.9", "3.11"]
27
+ platform: [ubuntu-latest, windows-latest, macos-13, macos-14]
28
#platform: [ubuntu-latest, macos-latest, windows-latest]
29
runs-on: ${{ matrix.platform }}
30
steps:
@@ -33,7 +34,7 @@ jobs:
33
34
- name: Set up Python
35
uses: actions/setup-python@v5
36
with:
- python-version: '3.11'
37
+ python-version: ${{ matrix.python-version }}
38
39
- name: Install Go
40
uses: actions/setup-go@v5
0 commit comments