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 b155852 commit cba358e
Showing 1 changed file with 1 addition and 24 deletions.
25 changes: 1 addition & 24 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,31 +16,8 @@ on:
- created

jobs:
macos:
name: Swift ${{ matrix.swift }} on ${{ matrix.os }}

strategy:
matrix:
os: [macos-11]
swift: ["5.5"]

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

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

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

- uses: actions/checkout@v2

- name: Run tests
run: swift test

linux:
name: Swift ${{ matrix.swift }} on ubuntu-latest
name: Swift ${{ matrix.image }} on ubuntu-latest
runs-on: ubuntu-latest

strategy:
Expand Down

0 comments on commit cba358e

Please sign in to comment.