Skip to content

Commit 74547b7

Browse files
committed
Update the Swift 5.2 and new configurations
1 parent ca0e755 commit 74547b7

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/linux-tests.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,9 @@ on:
77
jobs:
88
Test-Linux-Platform:
99
runs-on: ubuntu-latest
10-
container: swift:5.1
10+
container:
11+
image: swift:5.2
12+
options: --cap-add=SYS_PTRACE --security-opt seccomp=unconfined --security-opt apparmor=unconfined
1113
steps:
1214
- uses: actions/checkout@v2
1315
- name: Run Unit Tests

0 commit comments

Comments
 (0)