From 914cbb98dc879becf1e6c223d71bbf48c5e48d3a Mon Sep 17 00:00:00 2001 From: Michael Froh Date: Tue, 31 Jan 2023 00:22:40 +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/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 306f8a47..90c10fe0 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -11,7 +11,7 @@ jobs: build: strategy: matrix: - os: [ubuntu-latest, windows-latest] + os: [ubuntu-latest, windows-latest, macos-latest] java: [11, 17] # Job name