Skip to content

Commit

Permalink
Updated GitHub CI
Browse files Browse the repository at this point in the history
  • Loading branch information
colemancda committed Nov 14, 2024
1 parent b86ea34 commit 506d0ac
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 28 deletions.
26 changes: 0 additions & 26 deletions .github/workflows/swift-arm.yml

This file was deleted.

8 changes: 6 additions & 2 deletions .github/workflows/swift.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
name: Build
strategy:
matrix:
swift: [5.7.3, 5.8]
swift: [6.0.2]
os: [ubuntu-20.04, macos-latest]
runs-on: ${{ matrix.os }}
steps:
Expand All @@ -28,7 +28,7 @@ jobs:
name: Test Linux
strategy:
matrix:
swift: [5.7.3, 5.8]
swift: [6.0.2]
os: [ubuntu-20.04]
runs-on: ${{ matrix.os }}
steps:
Expand All @@ -53,6 +53,10 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Install Swift
uses: slashmo/[email protected]
with:
version: 6.0.2
- name: Swift Version
run: swift --version
- name: Test (Debug)
Expand Down

0 comments on commit 506d0ac

Please sign in to comment.