File tree Expand file tree Collapse file tree 4 files changed +6
-6
lines changed
Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 77jobs :
88 test :
99 name : Unit-Tests
10- runs-on : macos-14
10+ runs-on : macos-15
1111 steps :
1212 - name : Checkout
1313 uses : actions/checkout@v4
2222 run : brew link --overwrite swiftlint || brew install swiftlint
2323
2424 - name : Set up XCode
25- run : sudo xcode-select --switch /Applications/Xcode_15 .0.app
25+ run : sudo xcode-select --switch /Applications/Xcode_26 .0.app
2626
2727 - name : Bundle Install
2828 run : bundle install
Original file line number Diff line number Diff line change 1616jobs :
1717 build-and-release :
1818 if : github.ref == 'refs/heads/main'
19- runs-on : macos-14
19+ runs-on : macos-15
2020 steps :
2121 - name : Checkout
2222 uses : actions/checkout@v4
2525 run : brew link --overwrite swiftlint || brew install swiftlint
2626
2727 - name : Set up XCode
28- run : sudo xcode-select --switch /Applications/Xcode_15 .0.app
28+ run : sudo xcode-select --switch /Applications/Xcode_26 .0.app
2929
3030 - name : Set up Ruby
3131 uses : ruby/setup-ruby@v1
Original file line number Diff line number Diff line change 99jobs :
1010 post-merge :
1111 if : contains(github.event.pull_request.labels.*.name, 'release') && github.event.pull_request.merged == true
12- runs-on : macos-14
12+ runs-on : macos-15
1313
1414 steps :
1515 - name : Checkout Repository
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ default_platform(:ios)
1818platform :ios do
1919 desc "Lane to run the unit tests"
2020 lane :unit_tests do
21- run_tests ( scheme : "OSBarcodeLib" )
21+ run_tests ( device : "iPhone 17" , scheme : "OSBarcodeLib" )
2222 end
2323
2424 desc "Code coverage"
You can’t perform that action at this time.
0 commit comments