From 8c4fc31fc30c690898b8c286bd76a1414bcb55de Mon Sep 17 00:00:00 2001 From: Michael Froh Date: Tue, 31 Jan 2023 01:41:11 +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/backwards_compatibility_tests_workflow.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/backwards_compatibility_tests_workflow.yml b/.github/workflows/backwards_compatibility_tests_workflow.yml index 45e180cfd..86fedaafe 100644 --- a/.github/workflows/backwards_compatibility_tests_workflow.yml +++ b/.github/workflows/backwards_compatibility_tests_workflow.yml @@ -14,7 +14,7 @@ jobs: strategy: matrix: java: [ 11, 17 ] - os: [windows-latest, ubuntu-latest] + os: [windows-latest, ubuntu-latest, macos-latest] bwc_version : [ "2.0.1", "2.1.0", "2.2.1", "2.3.0", "2.4.1", "2.5.0", "2.6.0-SNAPSHOT" ] opensearch_version : [ "3.0.0-SNAPSHOT" ] exclude: @@ -87,7 +87,7 @@ jobs: strategy: matrix: java: [ 11, 17 ] - os: [windows-latest, ubuntu-latest] + os: [ubuntu-latest, windows-latest, macos-latest] bwc_version: [ "2.6.0-SNAPSHOT" ] opensearch_version: [ "3.0.0-SNAPSHOT" ]