We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 276a488 commit fb3e35cCopy full SHA for fb3e35c
1 file changed
.github/workflows/ci-ifcopenshell-conda-daily.yml
@@ -54,8 +54,7 @@ jobs:
54
platform: [
55
{ name: win, distver: windows-latest, pkg_dir: 'win-64' },
56
{ name: linux, distver: ubuntu-latest, pkg_dir: 'linux-64' },
57
- { name: macOS-arm, distver: macos-latest, pkg_dir: 'osx-arm64' },
58
- { name: macOS-x86, distver: macos-13, pkg_dir: 'osx-64' }
+ { name: macOS-arm, distver: macos-latest, pkg_dir: 'osx-arm64' }
59
]
60
steps:
61
- name: Set Swap Space
0 commit comments