diff --git a/.github/workflows/ci-ifcopenshell-python-pypi.yml b/.github/workflows/ci-ifcopenshell-python-pypi.yml index 933167bbf3..6a87361157 100644 --- a/.github/workflows/ci-ifcopenshell-python-pypi.yml +++ b/.github/workflows/ci-ifcopenshell-python-pypi.yml @@ -27,19 +27,19 @@ jobs: pyver: [py39, py310, py311, py312] config: - { - name: "Windows Build", + name: "Windows 64bit", short_name: win64, } - { - name: "Linux Build", + name: "Linux 64bit", short_name: linux64 } - { - name: "MacOS Build", + name: "MacOS Intel 64bit", short_name: macos64 } - { - name: "MacOS ARM Build", + name: "MacOS Silicon 64bit", short_name: macosm164 } steps: diff --git a/.github/workflows/ci-ifcopenshell-python.yml b/.github/workflows/ci-ifcopenshell-python.yml index 33e6363b12..b99dae0f28 100644 --- a/.github/workflows/ci-ifcopenshell-python.yml +++ b/.github/workflows/ci-ifcopenshell-python.yml @@ -22,19 +22,23 @@ jobs: pyver: [py39, py310, py311, py312] config: - { - name: "Windows Build", + name: "Windows 64bit", short_name: win64, } - { - name: "Linux Build", + name: "Windows 32bit", + short_name: win32, + } + - { + name: "Linux 64bit", short_name: linux64 } - { - name: "MacOS Build", + name: "MacOS Intel 64bit", short_name: macos64 } - { - name: "MacOS ARM Build", + name: "MacOS Silicon 64bit", short_name: macosm164 } steps: