Skip to content

Commit

Permalink
PYLABS-213 Upgrade with new swift toolchain
Browse files Browse the repository at this point in the history
  • Loading branch information
vi4m committed Oct 16, 2024
1 parent 0483e68 commit 37ee83f
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 @@ -17,7 +17,7 @@ jobs:

strategy:
matrix:
os: [ubuntu-20.04, macos-11]
os: [ubuntu-20.04, macos-latest]
swift: ["5.5", "5.10"]
include:
- os: macos-15
Expand All @@ -26,14 +26,14 @@ jobs:
runs-on: ${{ matrix.os }}

steps:
- uses: fwal/setup-swift@v2
- uses: swift-actions/setup-swift
with:
swift-version: ${{ matrix.swift }}

- name: Get swift version
run: swift --version

- uses: actions/checkout@v2
- uses: actions/checkout@v4

- name: Run tests
run: swift test

0 comments on commit 37ee83f

Please sign in to comment.