Skip to content

Commit

Permalink
Update CI
Browse files Browse the repository at this point in the history
  • Loading branch information
adam-fowler committed Sep 18, 2024
1 parent 4138f0e commit 3104954
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,21 +18,21 @@ jobs:
runs-on: macOS-latest
steps:
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v4
- name: Build
run: swift build

linux:
strategy:
matrix:
os: [ubuntu-latest]
swift: ["swift:5.4", "swift:5.5", "swift:5.6"]
swift: ["swift:5.9", "swift:5.10", "swift:6.0"]
runs-on: ${{ matrix.os }}
container:
image: ${{ matrix.swift }}
steps:
- name: Checkout
uses: actions/checkout@v1
uses: actions/checkout@v4
with:
fetch-depth: 1
- name: Build
Expand Down

0 comments on commit 3104954

Please sign in to comment.