Skip to content

Commit

Permalink
Update CI
Browse files Browse the repository at this point in the history
  • Loading branch information
MahdiBM authored Oct 9, 2024
1 parent 194e122 commit c7ac434
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,21 +13,21 @@ jobs:
fail-fast: false
matrix:
container:
- swift:5.2-bionic
- swift:5.3-bionic
- swift:5.4-bionic
- swift:5.5-focal
- swift:5.6-focal
- swift:5.7-jammy
- swift:5.8-jammy
- swift:5.9-jammy
- swift:5.10-jammy
- swift:6.0-jammy
- swiftlang/swift:nightly-main-jammy
container: ${{ matrix.container }}
runs-on: ubuntu-latest
steps:
- name: Check out package
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Run tests
run: swift test --enable-test-discovery
run: swift test

macos-all:
strategy:
Expand All @@ -45,9 +45,9 @@ jobs:
with:
xcode-version: ${{ matrix.xcode }}
- name: Checkout code
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Run tests
run: |
swift test --enable-test-discovery \
swift test \
-Xlinker -rpath \
-Xlinker $(xcode-select -p)/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift-5.5/macosx

0 comments on commit c7ac434

Please sign in to comment.