Skip to content
This repository has been archived by the owner on May 10, 2024. It is now read-only.

No Bug: Update github actions variables #8177

Merged
merged 2 commits into from
Oct 3, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/build_and_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
# The XCode version to use. If you want to update it please refer to this document:
# https://docs.github.com/en/actions/reference/specifications-for-github-hosted-runners#supported-software
# and set proper version.
XCODE_VERSION: "14.3"
XCODE_VERSION: "14.3.1"

steps:
- name: Select XCode
Expand All @@ -27,7 +27,7 @@ jobs:
- name: Update node
uses: actions/setup-node@v3
with:
node-version: '16.x'
node-version: '18.x'
- uses: actions/cache@v3
with:
path: ~/.npm
Expand Down
4 changes: 2 additions & 2 deletions fastlane/Fastfile
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ platform :ios do
run_tests(
project: "App/Client.xcodeproj",
scheme: "Debug",
device: "iPhone 8",
device: "iPhone 14 (16.4)",
code_coverage: true,
skip_testing: [
"CertificateUtilitiesTests/CertificatePinningTest/testSelfSignedRootAllowed",
Expand Down Expand Up @@ -71,7 +71,7 @@ platform :ios do
run_tests(
project: "App/Client.xcodeproj",
scheme: "Debug",
device: "iPad Pro (9.7-inch)",
device: "iPad (10th generation) (16.4)",
code_coverage: true,
skip_testing: [
"ClientTests/UserAgentTests"
Expand Down