Skip to content

Commit

Permalink
Less ubuntu version, bump R to min test 4.2, and macos to 14.
Browse files Browse the repository at this point in the history
  • Loading branch information
lgautier committed Dec 2, 2024
1 parent 68d3b37 commit bc970ed
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pythonpackage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ jobs:
max-parallel: 4
matrix:
python-version: [3.8, 3.9, "3.10", "3.11"]
r-version: [4.2, 'release']
os: [ubuntu-20.04, ubuntu-22.04, ubuntu-latest, macOS-latest]
r-version: [4.3, 'release']
os: [ubuntu-22.04, ubuntu-latest, macOS-14]
steps:
- uses: actions/checkout@v4
- name: Set up Python ${{ matrix.python-version }}
Expand Down

0 comments on commit bc970ed

Please sign in to comment.