Skip to content

Commit

Permalink
chore: use macos-13 for x64 build
Browse files Browse the repository at this point in the history
  • Loading branch information
vittee committed May 20, 2024
1 parent ff45b12 commit 510de26
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/node-medley.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,8 @@ jobs:
node_arch: arm64
build-arch: darwin-arm64

- runs-on: macos-14
# macos-14 runner is arm64, use macos-13 instead
- runs-on: macos-13
node_version: 18
node_arch: x64
build-arch: darwin-x64
Expand Down

0 comments on commit 510de26

Please sign in to comment.