Skip to content

Commit

Permalink
Fix CI due to different macOS architecture (awslabs#246)
Browse files Browse the repository at this point in the history
  • Loading branch information
lucienlu-aws committed Apr 29, 2024
1 parent 0f85790 commit d19c1b3
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/run-unit-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,10 @@ jobs:
fail-fast: false
matrix:
python-version: [3.7, 3.8, 3.9, "3.10", 3.11]
os: [ubuntu-latest, macOS-latest, windows-latest ]
# TODO: revert macOS-13 back to macOS-latest
# macOS-latest switched architectures and does not have older versions of python available
# https://github.com/actions/setup-python/issues/856
os: [ubuntu-latest, macOS-13, windows-latest ]

steps:
- uses: actions/checkout@v2
Expand Down

0 comments on commit d19c1b3

Please sign in to comment.