Skip to content

Commit fb3e35c

Browse files
authored
Fix macOS platform entries in CI workflow
1 parent 276a488 commit fb3e35c

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/ci-ifcopenshell-conda-daily.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,8 +54,7 @@ jobs:
5454
platform: [
5555
{ name: win, distver: windows-latest, pkg_dir: 'win-64' },
5656
{ 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' }
57+
{ name: macOS-arm, distver: macos-latest, pkg_dir: 'osx-arm64' }
5958
]
6059
steps:
6160
- name: Set Swap Space

0 commit comments

Comments
 (0)