Skip to content

Commit

Permalink
Updated GitHub CI
Browse files Browse the repository at this point in the history
  • Loading branch information
colemancda committed Mar 15, 2023
1 parent 614bdcf commit 340fcc6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/swift-arm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
runs-on: [Linux, ARM64]
strategy:
matrix:
swift: [5.6.3-focal, 5.7.1-jammy]
swift: [5.6.3-focal, 5.7.3-jammy]
container: swift:${{ matrix.swift }}
steps:
- name: Checkout
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/swift.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
- name: Install Swift
uses: slashmo/[email protected]
with:
version: 5.7.1
version: 5.7.3
- name: Checkout
uses: actions/checkout@v2
- name: Swift Version
Expand All @@ -25,8 +25,8 @@ jobs:
name: Linux
strategy:
matrix:
swift: [5.6.3, 5.7.1]
runs-on: ubuntu-latest
swift: [5.6.3, 5.7.3]
runs-on: ubuntu-20.04
steps:
- name: Install Swift
uses: slashmo/[email protected]
Expand Down

0 comments on commit 340fcc6

Please sign in to comment.