Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[CI] Run tests on visionOS #333

Draft
wants to merge 47 commits into
base: main
Choose a base branch
from
Draft
Changes from all commits
Commits
Show all changes
47 commits
Select commit Hold shift + click to select a range
0c4cdaf
wip
davdroman Aug 17, 2023
f0dd855
wip
davdroman Aug 24, 2023
2af8d5a
temp
davdroman Aug 24, 2023
72d8104
wip
davdroman Aug 24, 2023
8a3771e
wip
davdroman Aug 24, 2023
4b7d623
Merge branch 'master' into ci/visionos
davdroman Aug 25, 2023
4d52b60
Revert "wip"
davdroman Aug 25, 2023
30e88c5
Merge branch 'master' into ci/visionos
davdroman Aug 27, 2023
2a30b87
temp
davdroman Aug 28, 2023
be73627
Revert "Revert "wip""
davdroman Aug 28, 2023
abe6f74
Revert "temp"
davdroman Aug 28, 2023
b106fb1
Merge branch 'master' into ci/visionos
davdroman Aug 28, 2023
b46f7f7
Revert "temp"
davdroman Aug 28, 2023
0e7074b
temp
davdroman Aug 28, 2023
335e25c
Merge branch 'master' into ci/visionos
davdroman Aug 29, 2023
c290b8c
Merge branch 'main' into ci/visionos
davdroman Sep 1, 2023
e125379
Merge branch 'main' into ci/visionos
davdroman Sep 1, 2023
99f0d1d
Merge branch 'main' into ci/visionos
davdroman Sep 2, 2023
d776775
wip
davdroman Sep 2, 2023
098f803
Merge branch 'main' into ci/visionos
davdroman Sep 2, 2023
77b0316
Merge branch 'main' into ci/visionos
davdroman Sep 2, 2023
d40a014
wip
davdroman Sep 4, 2023
d1cef97
Merge branch 'main' into ci/visionos
davdroman Sep 12, 2023
8883ccf
Merge branch 'main' into ci/visionos
davdroman Sep 12, 2023
55d726a
Merge branch 'main' into ci/visionos
davdroman Sep 13, 2023
dad6786
Merge branch 'main' into ci/visionos
davdroman Sep 17, 2023
6ed1034
Merge branch 'main' into ci/visionos
davdroman Sep 17, 2023
634d1d0
Merge branch 'main' into ci/visionos
davdroman Sep 24, 2023
c0608a3
Merge branch 'main' into ci/visionos
davdroman Oct 1, 2023
273b550
wip
davdroman Oct 4, 2023
91ec3f0
Merge branch 'main' into ci/visionos
davdroman Oct 4, 2023
b8766c7
Merge branch 'main' into ci/visionos
davdroman Oct 4, 2023
4061ec2
wip
davdroman Oct 26, 2023
172ee57
wip
davdroman Oct 27, 2023
a0e616f
temp
davdroman Oct 27, 2023
5f1cd42
wip
davdroman Oct 27, 2023
23ad63e
wip
davdroman Oct 27, 2023
ef6c024
wip
davdroman Oct 27, 2023
f4f5741
wip
davdroman Oct 27, 2023
cdede9c
wip
davdroman Oct 27, 2023
365e0b4
Merge branch 'main' into ci/visionos
davdroman Oct 27, 2023
edbe8ec
WIP
davdroman Jan 21, 2024
6620a37
Merge branch 'main' into ci/visionos
davdroman Jan 21, 2024
1017b94
use macos 14 github runner
davdroman Feb 2, 2024
902627b
do not install visionOS
davdroman Feb 2, 2024
f9f59d7
Merge branch 'main' into ci/visionos
davdroman May 7, 2024
cc8dcc4
Merge branch 'main' into ci/visionos
davdroman May 7, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
148 changes: 74 additions & 74 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,85 +45,85 @@ jobs:
fail-fast: false
matrix:
include:
- platform: [iOS, 13]
runtime: iOS 13.7
os: macos-12
xcode: 14.2
install: true
- platform: [iOS, 14]
runtime: iOS 14.5
os: macos-12
xcode: 14.2
install: true
- platform: [iOS, 15]
runtime: iOS 15.5
os: macos-13
xcode: 15.0.1
install: true
- platform: [iOS, 16]
runtime: iOS 16.4
os: macos-13
xcode: 14.3.1
- platform: [iOS, 17]
runtime: iOS 17.5
os: macos-14
xcode: 15.4

- platform: [tvOS, 13]
runtime: tvOS 13.4
os: macos-12
xcode: 14.2
install: true
- platform: [tvOS, 14]
runtime: tvOS 14.5
os: macos-12
xcode: 14.2
install: true
- platform: [tvOS, 15]
runtime: tvOS 15.4
os: macos-13
xcode: 15.0.1
install: true
- platform: [tvOS, 16]
runtime: tvOS 16.4
os: macos-13
xcode: 15.0.1
- platform: [tvOS, 17]
runtime: tvOS 17.5
os: macos-14
xcode: 15.4

- platform: [watchOS, 8]
runtime: watchOS 8.5
os: macos-13
xcode: 15.0.1
install: true
- platform: [watchOS, 9]
runtime: watchOS 9.4
os: macos-13
xcode: 14.3.1
- platform: [watchOS, 10]
runtime: watchOS 10.5
os: macos-14
xcode: 15.4

- platform: [macOS, 12]
runtime: macOS 12
os: macos-12
xcode: 14.2
- platform: [macOS, 13]
runtime: macOS 13
os: macos-13
xcode: 15.0.1
# - platform: [macOS, 14]
# runtime: macOS 14
# - platform: [iOS, 13]
# runtime: iOS 13.7
# os: macos-12
# xcode: 14.2
# install: true
# - platform: [iOS, 14]
# runtime: iOS 14.5
# os: macos-12
# xcode: 14.2
# install: true
# - platform: [iOS, 15]
# runtime: iOS 15.5
# os: macos-13
# xcode: 15.0.1
# install: true
# - platform: [iOS, 16]
# runtime: iOS 16.4
# os: macos-13
# xcode: 14.3.1
# - platform: [iOS, 17]
# runtime: iOS 17.5
# os: macos-14
# xcode: 15.4

# - platform: [tvOS, 13]
# runtime: tvOS 13.4
# os: macos-12
# xcode: 14.2
# install: true
# - platform: [tvOS, 14]
# runtime: tvOS 14.5
# os: macos-12
# xcode: 14.2
# install: true
# - platform: [tvOS, 15]
# runtime: tvOS 15.4
# os: macos-13
# xcode: 15.0.1
# install: true
# - platform: [tvOS, 16]
# runtime: tvOS 16.4
# os: macos-13
# xcode: 15.0.1
# - platform: [tvOS, 17]
# runtime: tvOS 17.5
# os: macos-14
# xcode: 15.4

# - platform: [visionOS, 1]
# runtime: visionOS 1.2
# - platform: [watchOS, 8]
# runtime: watchOS 8.5
# os: macos-13
# xcode: 15.0.1
# install: true
# - platform: [watchOS, 9]
# runtime: watchOS 9.4
# os: macos-13
# xcode: 14.3.1
# - platform: [watchOS, 10]
# runtime: watchOS 10.5
# os: macos-14
# xcode: 15.4

# - platform: [macOS, 12]
# runtime: macOS 12
# os: macos-12
# xcode: 14.2
# - platform: [macOS, 13]
# runtime: macOS 13
# os: macos-13
# xcode: 15.0.1
# - platform: [macOS, 14]
# runtime: macOS 14
# os: macos-14
# xcode: 15.4

- platform: [visionOS, 1]
runtime: visionOS 1.0
os: macos-14
xcode: 15.2
steps:
- name: Git Checkout
uses: actions/checkout@v4
Expand Down