Skip to content

Commit

Permalink
[#524] Update macOS-latest and device version
Browse files Browse the repository at this point in the history
  • Loading branch information
nkhanh44 committed Jun 24, 2024
1 parent 1dd16c8 commit 7102bcc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test_swiftui_install_script.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ concurrency:
jobs:
Test:
name: Test
runs-on: macOS-12
runs-on: macOS-latest
steps:
- uses: actions/checkout@v3

Expand Down
2 changes: 1 addition & 1 deletion fastlane/Constants/Constant.swift
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ enum Constant {

// MARK: - Device

static let devices = ["iPhone 15 Pro Max"]
static let devices = ["iPhone 15 Pro"]
}

extension Constant {
Expand Down

0 comments on commit 7102bcc

Please sign in to comment.