Skip to content

Commit 314fe61

Browse files
committed
Update Workflow
1 parent 74f4843 commit 314fe61

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

.github/workflows/swift.yml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,9 @@ on: [push]
55
jobs:
66
linux:
77
name: Test on Linux
8-
runs-on: ubuntu-18.04
8+
runs-on: ubuntu-latest
99
container:
10-
image: swift:${{ matrix.swift_version }}
11-
strategy:
12-
matrix:
13-
swift_version: ["5.0", "5.1"]
10+
image: swift:latest
1411
steps:
1512
- uses: actions/checkout@v1
1613
- name: Show verion

0 commit comments

Comments
 (0)