Skip to content

Commit

Permalink
Update swift.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
dankinsoid authored Mar 4, 2024
1 parent 62d30ce commit b2eb638
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 @@ -11,16 +11,12 @@ on:

jobs:
build:
strategy:
matrix:
os: [macos-latest]
swift: ["5.7", "5.9"]
runs-on: ${{ matrix.os }}
runs-on: macos-latest

steps:
- uses: swift-actions/setup-swift@v1
with:
swift-version: ${{ matrix.swift }}
swift-version: '5.9'
- name: Get swift version
run: swift --version
- uses: actions/checkout@v3
Expand Down

0 comments on commit b2eb638

Please sign in to comment.