Skip to content

Commit 542fac1

Browse files
committed
Add OSX13 to the test infrastructure
1 parent 8cd5234 commit 542fac1

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

src/Assets/TestProjects/AppWithLibraryAndRid/LibraryWithRid/NativeCode.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ public static string InvokeNativeCodeAndReturnAString()
2020
case "'osx.10.15-x64'":
2121
case "'osx.11.0-x64'":
2222
case "'osx.12-x64'":
23+
case "'osx.13-x64'":
2324
return Marshal.PtrToStringAnsi(MacNativeMethods.sqlite3_libversion());
2425
case "'win10-x64'":
2526
case "'win81-x64'":

src/Assets/TestProjects/AppWithLibraryAndRid/LibraryWithRids/NativeCode.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ public static string InvokeNativeCodeAndReturnAString()
2020
case "'osx.10.15-x64'":
2121
case "'osx.11.0-x64'":
2222
case "'osx.12-x64'":
23+
case "'osx.13-x64'":
2324
return Marshal.PtrToStringAnsi(MacNativeMethods.sqlite3_libversion());
2425
case "'win10-x64'":
2526
case "'win81-x64'":

0 commit comments

Comments
 (0)