From 3d9209f0f8839b653129934c090fa8b91e8ccbe7 Mon Sep 17 00:00:00 2001 From: Bas van Gijzel Date: Mon, 18 Nov 2024 15:55:32 +0000 Subject: [PATCH] Update macos-12 to macos-13 (latest macos to still support intel). --- .github/workflows/edr-npm-release.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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