Skip to content

Commit

Permalink
Add macos-latest to workflow actions
Browse files Browse the repository at this point in the history
This is a test commit to verify whether existing workflow actions can
run on macos-latest.

See opensearch-project/opensearch-build#38
for more details.

Signed-off-by: Michael Froh <froh@amazon.com>
  • Loading branch information
msfroh committed Jan 31, 2023
1 parent 4de9f83 commit 42e5ed6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/backwards_compatibility_tests_workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
strategy:
matrix:
java: [ 11, 17 ]
os: [windows-latest, ubuntu-latest]
os: [ubuntu-latest, windows-latest, macos-latest]
bwc_version : [ "2.0.1", "2.1.0", "2.2.1", "2.3.0", "2.4.1", "2.5.0-SNAPSHOT", "2.6.0-SNAPSHOT" ]
opensearch_version : [ "3.0.0-SNAPSHOT" ]
exclude:
Expand Down Expand Up @@ -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" ]

Expand Down

0 comments on commit 42e5ed6

Please sign in to comment.