Skip to content

Commit 9d93321

Browse files
committed
Use v1-next instead of master
1 parent 3f3f683 commit 9d93321

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/stability.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66

77
jobs:
88
v1:
9-
name: ${{ matrix.version }} Swift ${{ matrix.swift }} on ${{ matrix.os }}
9+
name: "v1: Swift ${{ matrix.swift }} on ${{ matrix.os }}"
1010
runs-on: ${{ matrix.os }}
1111
continue-on-error: true
1212
strategy:
@@ -20,15 +20,15 @@ jobs:
2020
- name: Swift version
2121
run: swift --version | grep ${{ matrix.swift }} || exit 1
2222
master:
23-
name: ${{ matrix.version }} Swift ${{ matrix.swift }} on ${{ matrix.os }}
23+
name: "v1-next: Swift ${{ matrix.swift }} on ${{ matrix.os }}"
2424
runs-on: ${{ matrix.os }}
2525
continue-on-error: true
2626
strategy:
2727
matrix:
2828
os: [ubuntu-latest, macos-latest]
2929
swift: ["5.3"]
3030
steps:
31-
- uses: fwal/setup-swift@master
31+
- uses: fwal/setup-swift@v1-next
3232
with:
3333
swift-version: ${{ matrix.swift }}
3434
- name: Swift version

0 commit comments

Comments
 (0)