Skip to content

Commit

Permalink
feat: remove setup-swift (#1312)
Browse files Browse the repository at this point in the history
* feat: remove setup-swift

* Test failure

* Test success

---------

Co-authored-by: Yudong Jin <[email protected]>
  • Loading branch information
nuomi1 and krahets authored Apr 30, 2024
1 parent 68f3a45 commit 84bb115
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/swift.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,16 +14,12 @@ on:

jobs:
build:
name: Swift ${{ matrix.swift }} on ${{ matrix.os }}
name: Swift on ${{ matrix.os }}
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: ["ubuntu-22.04", "macos-14"]
swift: ["5.10", "5.9"]
steps:
- uses: swift-actions/setup-swift@v2
with:
swift-version: ${{ matrix.swift }}
- uses: actions/checkout@v4
- name: Build
run: swift build --package-path codes/swift

0 comments on commit 84bb115

Please sign in to comment.