mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-27 10:51:13 +00:00
Update ci-ifcopenshell-conda-daily.yml
fix missing comma
This commit is contained in:
committed by
GitHub
parent
7b80803cbe
commit
17bd6e6b0c
@@ -54,7 +54,7 @@ jobs:
|
|||||||
platform: [
|
platform: [
|
||||||
{ name: win, distver: windows-latest, pkg_dir: 'win-64' },
|
{ name: win, distver: windows-latest, pkg_dir: 'win-64' },
|
||||||
{ name: linux, distver: ubuntu-latest, pkg_dir: 'linux-64' },
|
{ name: linux, distver: ubuntu-latest, pkg_dir: 'linux-64' },
|
||||||
{ name: macOS-arm, distver: macos-latest, pkg_dir: 'osx-arm64' }
|
{ name: macOS-arm, distver: macos-latest, pkg_dir: 'osx-arm64' },
|
||||||
{ name: macOS-x86, distver: macos-13, pkg_dir: 'osx-64' }
|
{ name: macOS-x86, distver: macos-13, pkg_dir: 'osx-64' }
|
||||||
]
|
]
|
||||||
steps:
|
steps:
|
||||||
|
|||||||
Reference in New Issue
Block a user