@@ -2358,7 +2358,7 @@ buildvariants:
2358
2358
- if : { version: "*", topology: "*", auth: "*", ssl: "*", os: "macos-14-arm64" }
2359
2359
then :
2360
2360
remove_tasks :
2361
- - test-netstandard21
2361
+ - test-netstandard21 # Apple M1 (arm64) cannot load runtimes lower then .NET 6.
2362
2362
2363
2363
- matrix_name : " secure-tests-linux-1804"
2364
2364
matrix_spec : { version: ["4.2", "4.4", "5.0", "6.0"], topology: "*", auth: "auth", ssl: "ssl", os: "ubuntu-1804" }
@@ -2398,7 +2398,7 @@ buildvariants:
2398
2398
- if : { version: "*", topology: "*", auth: "*", ssl: "*", os: "macos-14-arm64" }
2399
2399
then :
2400
2400
remove_tasks :
2401
- - test-netstandard21
2401
+ - test-netstandard21 # Apple M1 (arm64) cannot load runtimes lower then .NET 6.
2402
2402
2403
2403
- matrix_name : " unsecure-tests-linux-1804"
2404
2404
matrix_spec : { version: ["4.2", "4.4", "5.0", "6.0"], topology: "*", auth: "noauth", ssl: "nossl", os: "ubuntu-1804" }
@@ -2438,7 +2438,7 @@ buildvariants:
2438
2438
- if : { compressor : "*", auth: "*", ssl: "*", version: "*", topology: "*", os: "macos-14-arm64" }
2439
2439
then :
2440
2440
remove_tasks :
2441
- - test-netstandard21
2441
+ - test-netstandard21 # Apple M1 (arm64) cannot load runtimes lower then .NET 6.
2442
2442
2443
2443
- matrix_name : " tests-compression-linux-1804"
2444
2444
matrix_spec : { compressor: "*", auth: "noauth", ssl: "nossl", version: ["4.2", "4.4", "5.0", "6.0"], topology: "standalone", os: "ubuntu-1804" }
@@ -2660,6 +2660,7 @@ buildvariants:
2660
2660
- if : { os: "macos-14-arm64", ssl: "*", version: "*", topology: "*" }
2661
2661
then :
2662
2662
remove_tasks :
2663
+ # Apple M1 (arm64) cannot load runtimes lower then .NET 6.
2663
2664
- test-csfle-with-mocked-kms-tls-netstandard21
2664
2665
- test-csfle-with-mongocryptd-netstandard21
2665
2666
0 commit comments