Update ci-ifcopenshell-conda-daily.yml

change from deprecated mamba provisioner and move to python 3.11 and 3.12
This commit is contained in:
Kristoffer Andersen
2023-11-23 14:31:53 +01:00
parent 50561d72b8
commit a744aa8570
@@ -25,7 +25,8 @@ jobs:
fail-fast: false
matrix:
pyver: [
{ name: py311, distver: '3.11' }
{ name: py311, distver: '3.11'},
{ name: py312, distver: '3.12'}
]
platform: [
{ name: win, distver: windows-latest, pkg_dir: 'win-64' },