Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
stephencelis committed Nov 9, 2023
1 parent 588177a commit 7625f38
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- test
# - benchmarks
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Select Xcode ${{ matrix.xcode }}
run: sudo xcode-select -s /Applications/Xcode_${{ matrix.xcode }}.app
- name: System
Expand All @@ -29,15 +29,15 @@ jobs:
run: make ${{ matrix.command }}

ubuntu_tests:
name: Ubuntu (Swift ${{ matrix.swift }})
runs-on: ubuntu-20.04
strategy:
matrix:
os: [ubuntu-20.04]

runs-on: ${{ matrix.os }}

swift:
- '5.9'
steps:
- uses: actions/checkout@v3
- name: Build
run: swift build
- name: Run tests
run: swift test
- uses: swift-actions/setup-swift@v1
with:
swift-version: ${{ matrix.swift }}
- uses: actions/checkout@v4
- run: swift test

0 comments on commit 7625f38

Please sign in to comment.