Skip to content

Commit 600e482

Browse files
committed
Re-enable macOS x86_64 cross-compile target
Deno 2.6.4 fixes the regression bug that caused cross-compilation to x86_64-apple-darwin to fail. This reverts the workaround from ecc823d. denoland/deno#31664 (comment)
1 parent 435c47a commit 600e482

File tree

4 files changed

+760
-24
lines changed

4 files changed

+760
-24
lines changed

.github/actions/setup-deno/action.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@ runs:
66
steps:
77
- uses: denoland/setup-deno@v2
88
with:
9-
deno-version: 2.6.3 # Keep in sync with mise.toml
9+
deno-version: 2.6.4 # Keep in sync with mise.toml

0 commit comments

Comments
 (0)