diff --git a/Runtime/NativeTime.cs b/Runtime/NativeTime.cs
index 7bda3ae..b9bf7fc 100644
--- a/Runtime/NativeTime.cs
+++ b/Runtime/NativeTime.cs
@@ -11,7 +11,7 @@ internal class NativeTimeInternal
public static extern ulong GetTimestampNs();
#else
/// Fallback for unsupported platform
- #if UNITY_2022_OR_NEWER
+ #if UNITY_2022_1_OR_NEWER
[GenerateTestsForBurstCompatibility]
#else
[BurstCompatible]
@@ -21,7 +21,7 @@ internal class NativeTimeInternal
}
/// A burst compatible Stopwatch. Similar to .
- #if UNITY_2022_OR_NEWER
+ #if UNITY_2022_1_OR_NEWER
[GenerateTestsForBurstCompatibility]
#else
[BurstCompatible]