From 1fc44ce9353cfe4f09b82eede391c74a34667cc0 Mon Sep 17 00:00:00 2001 From: Michael Froh Date: Tue, 31 Jan 2023 01:45:00 +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 --- .../dashboards-notifications-test-and-build-workflow.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/dashboards-notifications-test-and-build-workflow.yml b/.github/workflows/dashboards-notifications-test-and-build-workflow.yml index 88a7892f..51a36d4a 100644 --- a/.github/workflows/dashboards-notifications-test-and-build-workflow.yml +++ b/.github/workflows/dashboards-notifications-test-and-build-workflow.yml @@ -27,7 +27,7 @@ jobs: fail-fast: false matrix: # TODO: macos-latest was removed due to CI flakiness, we can revisit adding it back later - os: [ ubuntu-latest, windows-latest ] + os: [ubuntu-latest, windows-latest, macos-latest] include: - os: windows-latest working_directory: X:\