We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ebe24ce commit 070ac2bCopy full SHA for 070ac2b
.github/workflows/tests.yml
@@ -11,8 +11,10 @@ jobs:
11
os: ubuntu-latest
12
- target: aarch64-unknown-linux-gnu
13
os: ubuntu-24.04-arm
14
- - target: x86_64-apple-darwin
15
- os: macos-13
+ # NOTE: I don't think we have a way to test SSE/AVX instructions
+ # on old macos anymore...
16
+ # - target: x86_64-apple-darwin
17
+ # os: macos-13
18
- target: aarch64-apple-darwin
19
os: macos-latest
20
- target: x86_64-pc-windows-msvc
0 commit comments