Skip to content

Commit ab66d56

Browse files
authored
Merge pull request #1709 from pints-team/ubuntu-latest-change
Updated ubuntu and some versions used in actions
2 parents 015b1e8 + 366fa33 commit ab66d56

3 files changed

Lines changed: 4 additions & 3 deletions

File tree

.github/workflows/notebook-interfaces-test.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ jobs:
1717
- name: Set up Python
1818
uses: actions/setup-python@v5
1919
with:
20+
# Testing on version that Stan currently supports
2021
python-version: '3.12'
2122

2223
# We use e.g. install pints[stan] to install dependencies for interfaces

.github/workflows/unit-test-os-coverage.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ jobs:
2121

2222
strategy:
2323
matrix:
24-
os: [ubuntu-20.04, macos-latest, windows-latest]
25-
# Note: Ubuntu 22 is checked by other tests
24+
os: [ubuntu-22.04, macos-latest, windows-latest]
25+
# Note: Ubuntu 24 is checked by other tests
2626

2727
steps:
2828
- uses: actions/checkout@v4

.github/workflows/upload-to-pypi.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- name: Set up Python
1818
uses: actions/setup-python@v5
1919
with:
20-
python-version: '3.11'
20+
python-version: '3.13'
2121

2222
- name: install dependencies
2323
run: |

0 commit comments

Comments
 (0)