@@ -19,7 +19,7 @@ import XCTest
1919final class TaskExecutorTests : XCTestCase {
2020
2121 #if compiler(>=6.0)
22- @available ( macOS 9999 . 0 , iOS 9999 . 0 , watchOS 9999 . 0 , tvOS 9999 . 0 , * )
22+ @available ( macOS 15 . 0 , iOS 18 . 0 , tvOS 18 . 0 , watchOS 11 . 0 , * )
2323 func _runTests( loop1: some EventLoop , loop2: some EventLoop ) async {
2424 await withTaskGroup ( of: Void . self) { taskGroup in
2525 taskGroup. addTask ( executorPreference: loop1. taskExecutor) {
@@ -57,7 +57,7 @@ final class TaskExecutorTests: XCTestCase {
5757 }
5858 #endif
5959
60- @available ( macOS 9999 . 0 , iOS 9999 . 0 , watchOS 9999 . 0 , tvOS 9999 . 0 , * )
60+ @available ( macOS 15 . 0 , iOS 18 . 0 , tvOS 18 . 0 , watchOS 11 . 0 , * )
6161 func testSelectableEventLoopAsTaskExecutor( ) async throws {
6262 #if compiler(>=6.0)
6363 let group = MultiThreadedEventLoopGroup ( numberOfThreads: 2 )
@@ -72,7 +72,7 @@ final class TaskExecutorTests: XCTestCase {
7272 #endif
7373 }
7474
75- @available ( macOS 9999 . 0 , iOS 9999 . 0 , watchOS 9999 . 0 , tvOS 9999 . 0 , * )
75+ @available ( macOS 15 . 0 , iOS 18 . 0 , tvOS 18 . 0 , watchOS 11 . 0 , * )
7676 func testAsyncTestingEventLoopAsTaskExecutor( ) async throws {
7777 #if compiler(>=6.0)
7878 let loop1 = NIOAsyncTestingEventLoop ( )
0 commit comments