From 17bd6e6b0ce7f0fb3c871157938e324e60f9a707 Mon Sep 17 00:00:00 2001 From: Kristoffer Andersen Date: Sun, 11 May 2025 19:12:34 +0200 Subject: [PATCH] Update ci-ifcopenshell-conda-daily.yml fix missing comma --- .github/workflows/ci-ifcopenshell-conda-daily.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci-ifcopenshell-conda-daily.yml b/.github/workflows/ci-ifcopenshell-conda-daily.yml index 8f16789318..32135a6e7b 100644 --- a/.github/workflows/ci-ifcopenshell-conda-daily.yml +++ b/.github/workflows/ci-ifcopenshell-conda-daily.yml @@ -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: