File tree Expand file tree Collapse file tree 2 files changed +8
-10
lines changed
Expand file tree Collapse file tree 2 files changed +8
-10
lines changed Original file line number Diff line number Diff line change 11name : iOS-tvOS
22on :
33 workflow_dispatch :
4- push :
5- branches :
6- - ' main'
4+ schedule :
5+ - cron : ' 0 0 * * *' # Runs daily at midnight UTC
76 pull_request :
87 branches :
98 - ' **'
@@ -12,16 +11,16 @@ jobs:
1211 Build_Test-macOS-iOS :
1312 runs-on : macos-15
1413 steps :
15- - uses : actions/checkout@v3
14+ - uses : actions/checkout@v4
1615
1716 - name : Select Xcode version
1817 run : sudo xcode-select -s '/Applications/Xcode_26.1.app/Contents/Developer'
1918 - name : Clear Xcode Simulators List
2019 run : sudo xcrun simctl list > /dev/null
21-
20+
2221 - name : Swift Version
2322 run : swift --version
24-
23+
2524 # Install before building, so we don't downloadthe in case of previous failure
2625 - name : Install iOS Xcode Component
2726 run : sudo xcodebuild -downloadPlatform iOS
Original file line number Diff line number Diff line change 11name : macOS
22on :
33 workflow_dispatch :
4- push :
5- branches :
6- - ' main'
4+ schedule :
5+ - cron : ' 0 0 * * *' # Runs daily at midnight UTC
76 pull_request :
87 branches :
98 - ' **'
1211 Build_Test-macOS-macOS :
1312 runs-on : macos-15
1413 steps :
15- - uses : actions/checkout@v3
14+ - uses : actions/checkout@v4
1615
1716 - name : Select Xcode version
1817 run : sudo xcode-select -s '/Applications/Xcode_26.1.app/Contents/Developer'
You can’t perform that action at this time.
0 commit comments