From f831d162c7a429c03070a1d6ab8254470a1fd3b6 Mon Sep 17 00:00:00 2001 From: Bas van Gijzel Date: Mon, 18 Nov 2024 16:44:41 +0000 Subject: [PATCH] Update macos-12 to macos-13 (latest macos to still support intel). (#730) --- .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 63daf5399a..3118dcefb7 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