File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed
Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 88
99jobs :
1010 build :
11- runs-on : macos-14
11+ runs-on : macos-26
1212
1313 steps :
1414 -
uses :
maxim-lobanov/[email protected] 1515 with :
16- xcode-version : " 16 .0"
16+ xcode-version : " 26 .0"
1717 - uses : actions/checkout@v2
1818 - name : Install xcbeautify
1919 run : brew install xcbeautify
2020 - name : Test
2121 run : set -o pipefail && xcodebuild -scheme "FluidInterfaceKit-Package" -destination 'generic/platform=iOS Simulator' | xcbeautify
2222
2323 test :
24- runs-on : macos-14
24+ runs-on : macos-26
2525
2626 steps :
2727 -
uses :
maxim-lobanov/[email protected] 2828 with :
29- xcode-version : " 16 .0"
29+ xcode-version : " 26 .0"
3030 - uses : actions/checkout@v2
3131 with :
3232 submodules : true
Original file line number Diff line number Diff line change 88
99jobs :
1010 deploy :
11- runs-on : macos-14
11+ runs-on : macos-26
1212 concurrency :
1313 group : ${{ github.workflow }}-${{ github.ref }}
1414 steps :
1515 -
uses :
maxim-lobanov/[email protected] 1616 with :
17- xcode-version : " 16 .0"
17+ xcode-version : " 26 .0"
1818 - uses : actions/checkout@v2
1919 with :
2020 submodules : true # Fetch Hugo themes (true OR recursive)
You can’t perform that action at this time.
0 commit comments