Skip to content

Commit

Permalink
enable testing releasing in PRs
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathanmorley committed Dec 30, 2024
1 parent f27b48e commit 895b10d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
runner: windows-latest
testable: true
- target: aarch64-pc-windows-msvc
runner: windows-latest
runner: ubuntu-latest
testable: false
- target: x86_64-apple-darwin
runner: macos-13
Expand Down
2 changes: 1 addition & 1 deletion dist-workspace.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ targets = ["aarch64-apple-darwin", "aarch64-unknown-linux-gnu", "aarch64-pc-wind
install-path = "CARGO_HOME"
# Whether to install an updater program
install-updater = false
pr-run-mode = "upload"

[dist.github-custom-runners]
aarch64-apple-darwin = "macos-latest"
aarch64-pc-windows-msvc = "windows-latest"

0 comments on commit 895b10d

Please sign in to comment.