From 4f6ac635965c518c05c9978d8f2a4034fc64fb53 Mon Sep 17 00:00:00 2001 From: Brian DeHamer Date: Fri, 13 Dec 2024 14:17:48 -0800 Subject: [PATCH] try running unit tests under macos-latest Signed-off-by: Brian DeHamer --- .github/workflows/unit-tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/unit-tests.yml b/.github/workflows/unit-tests.yml index 6956df01..d02de108 100644 --- a/.github/workflows/unit-tests.yml +++ b/.github/workflows/unit-tests.yml @@ -16,7 +16,7 @@ jobs: strategy: matrix: - runs-on: [ubuntu-latest, macos-latest-large, windows-latest] + runs-on: [ubuntu-latest, macos-latest, windows-latest] # Node 18 is the current default Node version in hosted runners, so users may still use the toolkit with it when running tests (see https://github.com/actions/toolkit/issues/1841) # Node 20 is the currently support Node version for actions - https://docs.github.com/actions/sharing-automations/creating-actions/metadata-syntax-for-github-actions#runsusing-for-javascript-actions