Skip to content

Commit

Permalink
Updated GitHub CI
Browse files Browse the repository at this point in the history
  • Loading branch information
colemancda committed Nov 17, 2022
1 parent 76978fe commit 0fae180
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/swift.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,12 @@ jobs:

macos:
name: macOS
strategy:
matrix:
swift: [5.7.1]
os: [macos-latest]
runs-on: ${{ matrix.os }}
runs-on: macos-latest
steps:
- name: Install Swift
uses: slashmo/[email protected]
with:
version: ${{ matrix.swift }}
version: 5.7.1
- name: Checkout
uses: actions/checkout@v2
- name: Swift Version
Expand Down

0 comments on commit 0fae180

Please sign in to comment.