File tree 1 file changed +19
-19
lines changed 1 file changed +19
-19
lines changed Original file line number Diff line number Diff line change 3
3
pull_request :
4
4
workflow_dispatch :
5
5
jobs :
6
- main :
7
- name : Build & Test (Swift v${{ matrix.swift }} on ${{ matrix.os }})
8
- runs-on : ${{ matrix.os }}
9
- strategy :
10
- matrix :
11
- os : [ubuntu-latest]
12
- swift : ["5"]
13
- steps :
14
- - name : Checkout
15
- uses : actions/checkout@v4
16
- - name : " Use Swift v${{ matrix.swift }}"
17
- uses : swift-actions/setup-swift@v2
18
- with :
19
- swift-version : ${{ matrix.swift }}
20
- - name : Display Swift version
21
- run : swift --version
22
- - name : Build
23
- run : swift build
6
+ # main:
7
+ # name: Build & Test (Swift v${{ matrix.swift }} on ${{ matrix.os }})
8
+ # runs-on: ${{ matrix.os }}
9
+ # strategy:
10
+ # matrix:
11
+ # os: [ubuntu-latest]
12
+ # swift: ["5"]
13
+ # steps:
14
+ # - name: Checkout
15
+ # uses: actions/checkout@v4
16
+ # - name: "Use Swift v${{ matrix.swift }}"
17
+ # uses: swift-actions/setup-swift@v2
18
+ # with:
19
+ # swift-version: ${{ matrix.swift }}
20
+ # - name: Display Swift version
21
+ # run: swift --version
22
+ # - name: Build
23
+ # run: swift build
24
24
# Testing only supported with Swift >= 6.0
25
- beta :
25
+ testing :
26
26
name : Build & Test (beta)
27
27
runs-on : macos-14
28
28
steps :
You can’t perform that action at this time.
0 commit comments