Skip to content

Commit

Permalink
chore: update github workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
robertjcolley committed Feb 19, 2024
1 parent 1f33ecf commit ad1070f
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
uses: actions/checkout@v3.3.0
with:
fetch-depth: 0
- name: Install JDK 11
- name: Install JDK
uses: actions/setup-java@v3
with:
distribution: "adopt"
Expand All @@ -62,8 +62,8 @@ jobs:
strategy:
fail-fast: false
matrix:
xcode: ["12.5.1", "13.2.1"]
macOS: ["macOS-11"]
xcode: ["14.2.0", "13.4.1"]
macOS: ["macos-12"]
steps:
- uses: actions/checkout@v3.3.0
- name: Install gpg
Expand All @@ -79,12 +79,12 @@ jobs:
- name: Xcodebuild iOS Renderer (non-static)
run: |
cd ios
xcodebuild \
set -o pipefail && xcodebuild \
-workspace ViroRenderer.xcworkspace \
-scheme ViroKit \
-sdk iphoneos \
-configuration Release \
IPHONEOS_DEPLOYMENT_TARGET=9.0
IPHONEOS_DEPLOYMENT_TARGET=13.0 | xcpretty
- name: Upload iOS Renderer artifact
uses: actions/upload-artifact@v3.1.2
Expand Down

0 comments on commit ad1070f

Please sign in to comment.