We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c5e6f11 commit 0621648Copy full SHA for 0621648
.github/workflows/ci.yml
@@ -22,10 +22,10 @@ jobs:
22
- 23
23
name: Build and Test
24
strategy:
25
- matrix:
26
- os:
27
- - ubuntu-24.04-arm # arm64-preview
28
- - ubuntu-24.04 # x64
+ matrix:
+ os:
+ - ubuntu-24.04-arm # arm64-preview
+ - ubuntu-24.04 # x64
29
runs-on: ${{ matrix.os }}
30
container:
31
# using the same image which is used by opensearch-build team to build the OpenSearch Distribution
0 commit comments