Skip to content

Commit

Permalink
Use v1-next instead of master
Browse files Browse the repository at this point in the history
  • Loading branch information
fwal committed Nov 27, 2020
1 parent 3f3f683 commit 9d93321
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/stability.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:

jobs:
v1:
name: ${{ matrix.version }} Swift ${{ matrix.swift }} on ${{ matrix.os }}
name: "v1: Swift ${{ matrix.swift }} on ${{ matrix.os }}"
runs-on: ${{ matrix.os }}
continue-on-error: true
strategy:
Expand All @@ -20,15 +20,15 @@ jobs:
- name: Swift version
run: swift --version | grep ${{ matrix.swift }} || exit 1
master:
name: ${{ matrix.version }} Swift ${{ matrix.swift }} on ${{ matrix.os }}
name: "v1-next: Swift ${{ matrix.swift }} on ${{ matrix.os }}"
runs-on: ${{ matrix.os }}
continue-on-error: true
strategy:
matrix:
os: [ubuntu-latest, macos-latest]
swift: ["5.3"]
steps:
- uses: fwal/setup-swift@master
- uses: fwal/setup-swift@v1-next
with:
swift-version: ${{ matrix.swift }}
- name: Swift version
Expand Down

0 comments on commit 9d93321

Please sign in to comment.