File tree Expand file tree Collapse file tree 3 files changed +16
-45
lines changed Expand file tree Collapse file tree 3 files changed +16
-45
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 55 - cron : " 0 */12 * * *"
66
77jobs :
8- v1 :
9- name : " v1 : Swift ${{ matrix.swift }} on ${{ matrix.os }}"
8+ v2 :
9+ name : " v2 : Swift ${{ matrix.swift }} on ${{ matrix.os }}"
1010 runs-on : ${{ matrix.os }}
1111 strategy :
1212 matrix :
1919 - name : Swift version
2020 if : always()
2121 run : swift --version | grep ${{ matrix.swift }} || exit 1
22+ v3 :
23+ name : " v3: Swift ${{ matrix.swift }} on ${{ matrix.os }}"
24+ runs-on : ${{ matrix.os }}
25+ strategy :
26+ matrix :
27+ os : [ubuntu-latest, macos-latest]
28+ swift : ["6.2"]
29+ steps :
30+ - uses : swift-actions/setup-swift@v3
31+ with :
32+ swift-version : ${{ matrix.swift }}
33+ - name : Swift version
34+ if : always()
35+ run : swift --version | grep ${{ matrix.swift }} || exit 1
2236 main :
2337 name : " main: Swift ${{ matrix.swift }} on ${{ matrix.os }}"
2438 runs-on : ${{ matrix.os }}
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments