Skip to content

Commit

Permalink
Merge pull request #350 from Countly/visionos-build
Browse files Browse the repository at this point in the history
added vision OS for github build
  • Loading branch information
turtledreams authored Oct 24, 2024
2 parents c6f2cd0 + 3e82746 commit 9a1dd44
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,14 +25,17 @@ jobs:
{os_version: 14, sdk: "iphoneos17.5"},
{os_version: 14, sdk: "appletvos17.5"},
{os_version: 14, sdk: "watchos10.5"},
{os_version: 14, sdk: "visionos1.2"},
{os_version: 12, sdk: "iphoneos16.2"},
{os_version: 12, sdk: "macosx13.1"},
{os_version: 12, sdk: "appletvos16.1"},
{os_version: 12, sdk: "visionos1.0"},
{os_version: 12, sdk: "watchos9.1"},
{os_version: 13, sdk: "iphoneos17.2"},
{os_version: 13, sdk: "macosx14.2"},
{os_version: 13, sdk: "appletvos17.2"},
{os_version: 13, sdk: "watchos10.2"}
{os_version: 13, sdk: "watchos10.2"},
{os_version: 13, sdk: "visionos1.1"}
]
steps:
# To check the github context
Expand Down

0 comments on commit 9a1dd44

Please sign in to comment.