Skip to content

Commit

Permalink
Add arm64 runners for python checks
Browse files Browse the repository at this point in the history
Signed-off-by: Peter Zhu <[email protected]>
  • Loading branch information
peterzhuamazon committed Jan 21, 2025
1 parent 03d8b93 commit 0430837
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions .github/workflows/python-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@ jobs:
strategy:
matrix:
os:
- macos-latest
- macos-latest # arm64

Check warning on line 16 in .github/workflows/python-tests.yml

View workflow job for this annotation

GitHub Actions / yaml-lint

16:26 [comments] too few spaces before comment
- macos-latest-large # x64

Check warning on line 17 in .github/workflows/python-tests.yml

View workflow job for this annotation

GitHub Actions / yaml-lint

17:32 [comments] too few spaces before comment
- windows-latest
runs-on: ${{ matrix.os }}
env:
Expand Down Expand Up @@ -47,7 +48,12 @@ jobs:

python-tests-linux:
needs: Get-CI-Image-Tag
runs-on: ubuntu-latest
strategy:
matrix:
os:
- ubuntu-24.04-arm # arm64-preview

Check warning on line 54 in .github/workflows/python-tests.yml

View workflow job for this annotation

GitHub Actions / yaml-lint

54:30 [comments] too few spaces before comment
- ubuntu-latest # x64

Check warning on line 55 in .github/workflows/python-tests.yml

View workflow job for this annotation

GitHub Actions / yaml-lint

55:27 [comments] too few spaces before comment
runs-on: ${{ matrix.os }}
container:
# using the same image which is used by opensearch-build team to build the OpenSearch Distribution
# this image tag is subject to change as more dependencies and updates will arrive over time
Expand Down

0 comments on commit 0430837

Please sign in to comment.