Skip to content

Commit d2f7879

Browse files
authored
Fix CI due to different macOS architecture (#246)
1 parent 739f4ba commit d2f7879

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/run-unit-tests.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,10 @@ jobs:
1717
fail-fast: false
1818
matrix:
1919
python-version: [3.7, 3.8, 3.9, "3.10", 3.11]
20-
os: [ubuntu-latest, macOS-latest, windows-latest ]
20+
# TODO: revert macOS-13 back to macOS-latest
21+
# macOS-latest switched architectures and does not have older versions of python available
22+
# https://github.com/actions/setup-python/issues/856
23+
os: [ubuntu-latest, macOS-13, windows-latest ]
2124

2225
steps:
2326
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)