Skip to content

Commit 756d16c

Browse files
authored
Merge pull request #23 from feltech/work/ciMacOSNoArm
[CI] Use x86 MacOS runner
2 parents fd1cf09 + c644b7f commit 756d16c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
strategy:
3333
fail-fast: false
3434
matrix:
35-
os: ["windows-latest", "ubuntu-latest", "macos-latest"]
35+
os: ["windows-latest", "ubuntu-latest", "macos-13"]
3636
python: ["3.7", "3.9", "3.10"]
3737
steps:
3838
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)