Skip to content

Commit 1751cba

Browse files
Fix native build
1 parent 9c38b8f commit 1751cba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: Sources/JavaScriptEventLoop/WebWorkerDedicatedExecutor.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ import _CJavaScriptEventLoop
3131
/// ```
3232
///
3333
/// - SeeAlso: ``WebWorkerTaskExecutor``
34-
@available(macOS 14.0, iOS 17.0, watchOS 10.0, tvOS 17.0, *)
34+
@available(macOS 15.0, iOS 18.0, watchOS 11.0, tvOS 18.0, visionOS 2.0, *)
3535
public final class WebWorkerDedicatedExecutor: SerialExecutor {
3636

3737
private let underlying: WebWorkerTaskExecutor

0 commit comments

Comments
 (0)