Skip to content

Commit

Permalink
Merge pull request #16 from tdejager/feat/add-osx-64-platform
Browse files Browse the repository at this point in the history
feat: add osx64 as a build platform
  • Loading branch information
tdejager authored Nov 21, 2024
2 parents a5b31a6 + 5c01962 commit 5c38ad5
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 5c38ad5

Please sign in to comment.