Update ci-ifcopenshell-conda-daily.yml

fix missing comma
This commit is contained in:
Kristoffer Andersen
2025-05-11 19:12:34 +02:00
committed by GitHub
parent 7b80803cbe
commit 17bd6e6b0c
@@ -54,7 +54,7 @@ jobs:
platform: [
{ name: win, distver: windows-latest, pkg_dir: 'win-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' }
]
steps: