diff --git a/.github/workflows/edr-npm-release.yml b/.github/workflows/edr-npm-release.yml index 63daf5399..3118dcefb 100644 --- a/.github/workflows/edr-npm-release.yml +++ b/.github/workflows/edr-npm-release.yml @@ -30,7 +30,7 @@ jobs: fail-fast: false matrix: settings: - - host: macos-12 + - host: macos-13 target: x86_64-apple-darwin build: | pnpm build @@ -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 @@ -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