Skip to content

Commit

Permalink
Update CI Action (#403)
Browse files Browse the repository at this point in the history
  • Loading branch information
STREGA committed Aug 15, 2023
1 parent 8c45b80 commit c7aba09
Showing 1 changed file with 5 additions and 8 deletions.
13 changes: 5 additions & 8 deletions .github/workflows/swift.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,16 +14,13 @@ jobs:
- os: macos-12
swift_version: 5.7
xcode: /Applications/Xcode_14.0.app/Contents/Developer
- os: macos-12
swift_version: 5.6
xcode: /Applications/Xcode_13.4.app/Contents/Developer
- os: macos-11
swift_version: 5.5
xcode: /Applications/Xcode_13.2.1.app/Contents/Developer
- os: ubuntu-20.04
swift_version: 5.6
- os: macos-13
swift_version: 5.8
xcode: /Applications/Xcode_14.3.app/Contents/Developer
- os: ubuntu-20.04
swift_version: 5.7
- os: ubuntu-20.04
swift_version: 5.8
name: Build on ${{ matrix.os }} with Swift ${{ matrix.swift_version }}
timeout-minutes: 40
runs-on: ${{ matrix.os }}
Expand Down

0 comments on commit c7aba09

Please sign in to comment.