Skip to content

Commit 91e9058

Browse files
committed
Update 'run_tests.yml'.
1 parent 941fbc9 commit 91e9058

File tree

1 file changed

+1
-15
lines changed

1 file changed

+1
-15
lines changed

.github/workflows/run_tests.yml

Lines changed: 1 addition & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -12,19 +12,9 @@ jobs:
1212
strategy:
1313
fail-fast: false
1414
matrix:
15-
system: [Linux, Darwin, Windows]
15+
os: [ubuntu-latest, ubuntu-24.04-arm, macos-13, macos-latest, windows-latest]
1616
version: ["3.10", "3.11", "3.12", "3.13"]
1717

18-
include:
19-
- system: Linux
20-
os: ubuntu-latest
21-
22-
- system: Darwin
23-
os: macos-latest
24-
25-
- system: Windows
26-
os: windows-latest
27-
2818
steps:
2919
- name: Checkout code.
3020
uses: actions/checkout@v4
@@ -39,10 +29,6 @@ jobs:
3929
run: |
4030
python -m pip install .
4131
42-
if [ "${{matrix.system}}" == "Darwin" ]; then
43-
echo "DYLD_LIBRARY_PATH=/opt/homebrew/lib:$DYLD_LIBRARY_PATH" >> $GITHUB_ENV
44-
fi
45-
4632
- name: Run tests.
4733
shell: bash
4834
run: |

0 commit comments

Comments
 (0)