Skip to content

Commit 07d7482

Browse files
committed
ci: align OS matrix with httpstan wheels
1 parent 5cd1975 commit 07d7482

2 files changed

Lines changed: 4 additions & 7 deletions

File tree

.github/workflows/main.yml

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,11 @@ jobs:
66
tests:
77
name: pystan tests
88
timeout-minutes: 30
9-
runs-on: ${{ matrix.runs-on }}
9+
runs-on: ${{ matrix.os }}
1010
strategy:
1111
matrix:
12-
include:
13-
- {runs-on: ubuntu-24.04, python-version: "3.12"}
14-
- {runs-on: ubuntu-24.04, python-version: "3.13"}
15-
- {runs-on: ubuntu-24.04, python-version: "3.14"}
16-
- {runs-on: macos-15-intel, python-version: "3.12"}
12+
os: [ubuntu-24.04, macos-14]
13+
python-version: ["3.12", "3.13", "3.14"]
1714
steps:
1815
- name: Check out repository
1916
uses: actions/checkout@v4

.github/workflows/publish.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
- name: Set up Python
1212
uses: actions/setup-python@v5
1313
with:
14-
python-version: "3.11"
14+
python-version: "3.12"
1515
- name: Install dependencies
1616
run: |
1717
python -m pip install --upgrade pip

0 commit comments

Comments
 (0)