Skip to content

Commit

Permalink
No Bug: Update github actions variables (brave/brave-ios#8177)
Browse files Browse the repository at this point in the history
  • Loading branch information
iccub authored Oct 3, 2023
1 parent a6c20d3 commit d9c4513
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
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

0 comments on commit d9c4513

Please sign in to comment.