Skip to content

Commit 4a3a119

Browse files
authored
Only test dynamic install on x86 macos
1 parent 9349a7e commit 4a3a119

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ jobs:
132132
shell: bash -l {0}
133133
strategy:
134134
matrix:
135-
os: ["ubuntu-latest", "macos-latest", "windows-latest"]
135+
os: ["ubuntu-latest", "macos-13", "windows-latest"]
136136
python_version: [ "python" ]
137137
include:
138138
- os: "ubuntu-latest"

0 commit comments

Comments
 (0)