mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-24 00:07:53 +00:00
add platform conda pkg dir in matrix
This commit is contained in:
@@ -28,9 +28,9 @@ jobs:
|
|||||||
{ name: py311, distver: '3.11' }
|
{ name: py311, distver: '3.11' }
|
||||||
]
|
]
|
||||||
platform: [
|
platform: [
|
||||||
{ name: Windows, distver: windows-2022, upload: 'true' },
|
{ name: win, distver: windows-latest, pkg_dir: 'win-64' },
|
||||||
{ name: Linux, distver: ubuntu-22.04, upload: 'true' },
|
{ name: linux, distver: ubuntu-latest, pkg_dir: 'linux-64' },
|
||||||
{ name: macOS, distver: macos-13, upload: 'true' }
|
{ name: macOS, distver: macos-latest, pkg_dir: 'osx-64' }
|
||||||
]
|
]
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
|
|||||||
Reference in New Issue
Block a user