Skip to content

Commit

Permalink
feat: add osx64 as a build platform
Browse files Browse the repository at this point in the history
  • Loading branch information
tdejager committed Nov 21, 2024
1 parent 957ccd1 commit 5c01962
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/rattler-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
- { target: linux-64, os: ubuntu-20.04 }
- { target: win-64, os: windows-latest }
# force older macos-13 to get x86_64 runners
# - { target: osx-64, os: macos-13 }
- { target: osx-64, os: macos-13 }
- { target: osx-arm64, os: macos-14 }
fail-fast: false

Expand Down

0 comments on commit 5c01962

Please sign in to comment.