From e7611540e0d2d02bf6ef63c908376bb2fb309f56 Mon Sep 17 00:00:00 2001 From: Michael Froh Date: Tue, 31 Jan 2023 01:45:14 +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 2d3c456e..bdc04a01 100644 --- a/.github/workflows/dashboards-notifications-test-and-build-workflow.yml +++ b/.github/workflows/dashboards-notifications-test-and-build-workflow.yml @@ -26,7 +26,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:\