From fb733072831e196969cb85492ebd659f89783b21 Mon Sep 17 00:00:00 2001 From: Michael Froh Date: Tue, 31 Jan 2023 01:43:47 +0000 Subject: [PATCH] Add macos-latest to workflow actions This is a test commit to verify whether existing workflow actions can run on macos-latest. See https://github.com/opensearch-project/opensearch-build/issues/38 for more details. Signed-off-by: Michael Froh --- .github/workflows/cypress-workflow.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cypress-workflow.yml b/.github/workflows/cypress-workflow.yml index 604f7f7c..e740050c 100644 --- a/.github/workflows/cypress-workflow.yml +++ b/.github/workflows/cypress-workflow.yml @@ -24,7 +24,7 @@ jobs: # This setting says that all jobs should finish, even if one fails fail-fast: false matrix: - os: [ ubuntu-latest, windows-latest ] + os: [ubuntu-latest, windows-latest, macos-latest] include: - os: windows-latest working_directory: X:\