From cfe31c7cd9ac6926091e7beccffb6bd03c01fa35 Mon Sep 17 00:00:00 2001 From: "Andrew W. Harn" Date: Wed, 31 Jan 2024 14:35:14 +0000 Subject: [PATCH] Add ARM64 MacOS runner Signed-off-by: Andrew W. Harn --- .github/workflows/zowe-cli-plugin.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/zowe-cli-plugin.yml b/.github/workflows/zowe-cli-plugin.yml index a60d17d..176ee94 100644 --- a/.github/workflows/zowe-cli-plugin.yml +++ b/.github/workflows/zowe-cli-plugin.yml @@ -13,7 +13,7 @@ jobs: fail-fast: false matrix: node-version: [18.x, 20.x] - os: [windows-latest, ubuntu-latest, macos-latest] + os: [windows-latest, ubuntu-latest, macos-latest, macos-14] env: OS: ${{ matrix.os }}