Skip to content

Commit

Permalink
Merge branch 'feature/vision-os-support' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
SvenTiigi committed Feb 1, 2024
2 parents 761da24 + b67d126 commit 95ad0ac
Show file tree
Hide file tree
Showing 33 changed files with 82 additions and 340 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/build_and_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,19 +4,19 @@ on:
workflow_dispatch:
push:
paths:
- 'Sources/**'
- 'Tests/**'
- '!Sources/Documentation.docc/**'
- "Sources/**"
- "Tests/**"
- "!Sources/Documentation.docc/**"
pull_request:
paths:
- 'Sources/**'
- 'Tests/**'
- '!Sources/Documentation.docc/**'
- "Sources/**"
- "Tests/**"
- "!Sources/Documentation.docc/**"

jobs:
iOS:
name: Build and test on iOS
runs-on: macOS-12
runs-on: macos-14
steps:
- uses: actions/checkout@v3
- name: Build
Expand All @@ -25,7 +25,7 @@ jobs:
run: xcodebuild test-without-building -scheme WhatsNewKit -destination 'platform=iOS Simulator,name=iPhone 14'
macOS:
name: Build and test on macOS
runs-on: macos-latest
runs-on: macos-14
steps:
- uses: actions/checkout@v3
- name: Build
Expand Down
10 changes: 5 additions & 5 deletions .github/workflows/build_example_project.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,17 +4,17 @@ on:
workflow_dispatch:
push:
paths:
- 'Example/**'
- 'Sources/**'
- "Example/**"
- "Sources/**"
pull_request:
paths:
- 'Example/**'
- 'Sources/**'
- "Example/**"
- "Sources/**"

jobs:
build:
name: Build iOS example project
runs-on: macOS-12
runs-on: macos-14
steps:
- name: Checkout
uses: actions/checkout@v2
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/deploy_documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
push:
branches:
- main

permissions:
contents: read
pages: write
Expand All @@ -17,7 +17,7 @@ concurrency:

jobs:
build:
runs-on: macos-12
runs-on: macos-14
steps:
- name: Checkout
uses: actions/checkout@v3
Expand Down
Loading

0 comments on commit 95ad0ac

Please sign in to comment.