Skip to content

Commit 15289ce

Browse files
committed
WIP Update GitHub Actions
1 parent bd3c2b3 commit 15289ce

File tree

1 file changed

+19
-19
lines changed

1 file changed

+19
-19
lines changed

.github/workflows/swift.yml

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -3,26 +3,26 @@ on:
33
pull_request:
44
workflow_dispatch:
55
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
2424
# Testing only supported with Swift >= 6.0
25-
beta:
25+
testing:
2626
name: Build & Test (beta)
2727
runs-on: macos-14
2828
steps:

0 commit comments

Comments
 (0)