Skip to content

Commit

Permalink
Update macos-12 to macos-13 (latest macos to still support intel).
Browse files Browse the repository at this point in the history
  • Loading branch information
nebasuke committed Nov 18, 2024
1 parent 9c062ad commit cd93fc2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/edr-npm-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
fail-fast: false
matrix:
settings:
- host: macos-12
- host: macos-13
target: x86_64-apple-darwin
build: |
pnpm build
Expand All @@ -53,7 +53,7 @@ jobs:
set -e &&
pnpm run build &&
strip *.node
- host: macos-12
- host: macos-13
target: aarch64-apple-darwin
build: |
pnpm build --target aarch64-apple-darwin
Expand Down Expand Up @@ -159,7 +159,7 @@ jobs:
fail-fast: false
matrix:
settings:
- host: macos-12
- host: macos-13
target: x86_64-apple-darwin
- host: macos-14
target: aarch64-apple-darwin
Expand Down

0 comments on commit cd93fc2

Please sign in to comment.