From fd8039e78749260a32509637e34f574dd3b49718 Mon Sep 17 00:00:00 2001 From: Gary Wilber <41303831+GaryWilber@users.noreply.github.com> Date: Mon, 18 Nov 2024 12:28:04 -0800 Subject: [PATCH] Use macos-14 for test workflow (#1088) This resolve "The macOS-12 environment is deprecated, consider switching to macOS-13, macOS-14 (macos-latest) or macOS-15." errors --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 7a5534f2..be635cfc 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -16,7 +16,7 @@ jobs: # single mac test due to minute multipliers # https://docs.github.com/en/billing/managing-billing-for-github-actions/about-billing-for-github-actions - node: 20 - os: macos-12 + os: macos-14 # single windows test due to node.js 14 node-gyp / vs 2022 issues - node: 20 os: windows-2022