Skip to content

Commit 070ac2b

Browse files
committed
Dropping macos-13 from CI matrix
1 parent ebe24ce commit 070ac2b

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/tests.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,10 @@ jobs:
1111
os: ubuntu-latest
1212
- target: aarch64-unknown-linux-gnu
1313
os: ubuntu-24.04-arm
14-
- target: x86_64-apple-darwin
15-
os: macos-13
14+
# NOTE: I don't think we have a way to test SSE/AVX instructions
15+
# on old macos anymore...
16+
# - target: x86_64-apple-darwin
17+
# os: macos-13
1618
- target: aarch64-apple-darwin
1719
os: macos-latest
1820
- target: x86_64-pc-windows-msvc

0 commit comments

Comments
 (0)