Skip to content

Commit

Permalink
Drop Swift 5.8 support as host toolchain
Browse files Browse the repository at this point in the history
  • Loading branch information
kateinoigakukun committed Jan 9, 2024
1 parent bf9fae7 commit 7fc43f0
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/swift.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,9 @@ jobs:
strategy:
matrix:
include:
- os: macos-13
swift_version: "5.8"
xcode: /Applications/Xcode_14.3.app/Contents/Developer
- os: macos-13 # TODO: macos-14 runner expected in October-December 2023
swift_version: "5.9"
xcode: /Applications/Xcode_15.0.app/Contents/Developer
- os: ubuntu-20.04
swift_version: "5.8"
- os: ubuntu-22.04
swift_version: "5.9"
name: Build on ${{ matrix.os }} with Swift ${{ matrix.swift_version }}
Expand Down

0 comments on commit 7fc43f0

Please sign in to comment.