Skip to content

Commit 37b8a5a

Browse files
authored
Merge pull request #487 from 3dgeo-heidelberg/ci-updates
Ci version update + removing obsolete configuration
2 parents fc2abdb + c54ed79 commit 37b8a5a

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/config/boost/user-config.jam

Whitespace-only changes.

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@ jobs:
2929
- macos-latest
3030
- windows-latest
3131
python:
32-
- "3.8"
33-
- "3.12"
32+
- "3.9"
33+
- "3.13"
3434

3535
defaults:
3636
run:
@@ -43,7 +43,7 @@ jobs:
4343
fetch-depth: 0
4444

4545
- name: Create Helios dev environment
46-
uses: conda-incubator/setup-miniconda@v2
46+
uses: conda-incubator/setup-miniconda@v3
4747
with:
4848
auto-update-conda: true
4949
auto-activate-base: false

0 commit comments

Comments
 (0)