Skip to content

Commit

Permalink
Merge pull request #145 from NeedleInAJayStack/ci/macos
Browse files Browse the repository at this point in the history
  • Loading branch information
NeedleInAJayStack authored Aug 12, 2024
2 parents 87649db + e450ad0 commit e585017
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
steps:
- uses: maxim-lobanov/setup-xcode@v1
with:
xcode-version: latest
xcode-version: latest-stable
- uses: actions/checkout@v3
- name: Build and test
run: swift test --parallel --enable-test-discovery
Expand All @@ -38,7 +38,7 @@ jobs:
name: Test on Linux
runs-on: ubuntu-latest
steps:
- uses: swift-actions/setup-swift@v1
- uses: swift-actions/setup-swift@v2
- uses: actions/checkout@v3
- name: Test
run: swift test --parallel --enable-code-coverage
Expand All @@ -61,9 +61,9 @@ jobs:
runs-on: ubuntu-22.04
strategy:
matrix:
swift: ["5.7", "5.8"]
swift: ["5.7", "5.8", "5.9", "5.10"]
steps:
- uses: swift-actions/setup-swift@v1
- uses: swift-actions/setup-swift@v2
with:
swift-version: ${{ matrix.swift }}
- uses: actions/checkout@v3
Expand All @@ -78,7 +78,7 @@ jobs:
matrix:
swift: ["5.4", "5.5", "5.6"]
steps:
- uses: swift-actions/setup-swift@v1
- uses: swift-actions/setup-swift@v2
with:
swift-version: ${{ matrix.swift }}
- uses: actions/checkout@v3
Expand Down

0 comments on commit e585017

Please sign in to comment.